Marcelo Rocha

Results 7 issues of 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...

RFC
enhancement
routing

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...

improvement

Add new flash config to use when logged. Ref: https://github.com/CakeDC/users/blob/master/src/Middleware/UnauthorizedHandler/DefaultRedirectHandler.php#L111

improvement

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 /...