bjyoungblood / BjyAuthorize

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Action get have no permissions

danitome24 opened this issue · comments

Hi!

I'm trying to use bjyauthorize on my web app. The question es that I'm trying to allow the following controller and action :
['controller' => 'Intranet\Controller\Login', 'action' => ['role', 'logout'], 'roles' => ['authenticated-user', 'tsqd', 're']]

But it does not allow me because of appears a resource meant: 'controller/Intranet\Controller\Login:get'

What is this get action?

Thnks

@danitome24 it seems like it is a rest controller? What is the route match like, when a failure happens?