Releases: cakephp/authentication
Releases · cakephp/authentication
CakePHP Authentication 1.1.0
- Fixed deprecation warnings related to CakePHP 3.7
- Started using new methods offered by CakePHP 3.7+
1.0.1
1.0.0
Authentication 1.0.0-rc9
Changes
- Unauthenticated requests are redirected with 302 response code.
New Features
AuthenticationComponent::getAuthenticationService()
has been added.
Authentication 1.0.0-rc8
Breaking Changes
- The
AuthenticationMiddleware
no longer calls theauthentication
hook method on the application instance. Instead applications are required to implement theAuthentication\AuthenticationProviderInterface
.
New Features
Authentication\View\Helper\IdentityHelper
has been added.AuthenticationMiddleware
can now emit redirect responses on authentication errors from stateful authenticators. Use theunauthorizedRedirect
option to specify where redirects are sent.- Unauthorized redirects can have a
redirect
query parameter set with the previously disallowed url. Set thequeryParam
option to true.
1.0.0-rc5
- Documentation improvements.
- Fixed CakePHP Router Url Checker class name.
- Fix an issue with cookie encryption.
1.0.0-rc2
We hope this to be the last release candidate before tagging 1.0!
- Cookie Authenticator has been added, this is basically the "remember me" checkbox feature
- Security improvements were made
- Documentation updates
- Checking the login URL has been refactored
1.0.0-rc1
1.0.0-rc1