Marcelo Rocha
Marcelo Rocha
For issue #17 . Please let me know if this is okay. Thanks.
### Description I have an application that requires the use of coroutine and can't rely on static properties including `Router::$_request` and `Router::$_requestContex`, since this could cause to point to a...
This is related to #988 and more items. - Move session delete ` $this->getRequest()->getSession()->delete(AuthenticationService::TWO_FACTOR_VERIFY_SESSION_KEY);` from LoginTrait::login to OneTimePasswordVerifyTrait - On verification page instead of redirecting to login after invalid code...
Add new flash config to use when logged. Ref: https://github.com/CakeDC/users/blob/master/src/Middleware/UnauthorizedHandler/DefaultRedirectHandler.php#L111
Updated doc `Using the user's email to login` to include required config for 'Remember me'. Related to issue #992
Currently the login page requires to use password, it would be nice to have a way to authenticate without it. Passwordless authentication can be implemented using E-mail Message, SMS, WebAuthn,...
* **Please check if the PR fulfills these requirements** - [] The commit message follows our guidelines - [] Tests for the changes have been added (for bug fixes /...
Is there any plan to add a tool to update table class with constant generated from illuminate command? Now I'm doing a manual find & replace with regex. Maybe give...
When an entity has parent class with FIELD_* constant the illuminate should not add the same constant in the child class. ``` interface Person { public const string FIELD_FIRST_NAME =...
### Description The SelectQuery class has TSubject but it is not used much, it should be present in return doc of each method (where, orderBy, group, all etc) to work...