cakephp-tinyauth
cakephp-tinyauth copied to clipboard
CakePHP TinyAuth plugin for an easy and fast user authentication and authorization. Single or multi role. DB or config file based.
Hi Mark, when I try to use prefixed routes to allow routes in the Api prefix, it also allows the same controllers in non-prefixed routes. ie on auth_allow.ini: `Api/Countries` This...
hi, using new plugins with tiny I use ```php $this->loadComponent('TinyAuth.Authorization',[ 'multiRole' => true ]); debug($this->Authorization->getConfig('multiRole')); // returns `true` ``` then I checked it in `\TinyAuth\Policy\RequestPolicy` ```php debug($this->getConfig('multiRole')); // returns `false`...
Is someone interested in making this happen for 2.0? Maybe as commands then? I do prefer Shell though as here the API is cleaner in terms of one high level...
Do people currently prefer the INI files and adapter? Or shall we also add others? What are your preferred config files? Feel free to comment and let us know what...
I am using cakephp 4 as per all step mention i follow evrything but still i get this error and don't know what is issue there, this error show me...
We should revive/restore the good old remember me cookie solution as additional adapter for longer session duration where possible. Maybe https://github.com/cakephp/authentication/blob/3.x/src/Authenticator/CookieAuthenticator.php#L77-L78 can be ported, otherwise sth similar to https://github.com/nojimage/cakephp-remember-me =>...