auth icon indicating copy to clipboard operation
auth copied to clipboard

Auth objects for CakePHP

Results 18 auth issues
Sort by recently updated
recently updated
newest added

https://github.com/CakeDC/auth/blob/master/Docs/Documentation/SimpleRbacAuthorize.md on the docs I find config['Auth']['authorize']['CakeDC/Users.SimpleRbac'] ..... 'log' => false I try change the setting by using 'Auth.authorize.CakeDC/Users.SimpleRbac.log' => false, in users config. but get the warning Users plugin...

Extract two factor logic into separate classes processing each type of 2fa.

Setup: * Create an application in linkedIn https://developer.linkedin.com/ * Ensure the application is approved * Go to your application dashboard, under "Products" tab and enable "Sign In with LinkedIn using...

Solve issue with plugin routes been loaded before App own routes ( https://github.com/cakephp/cakephp/issues/14744 )

It would be nice if the TwoFactorMiddleware would allow string only verify urls as well like this: ``` 'OneTimePasswordAuthenticator' => [ 'login' => true, 'verifyAction' => '/verify', ], ``` Currently,...