Releases: cakephp/authentication
Releases · cakephp/authentication
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
AuthenticationMiddlewareno longer calls theauthenticationhook method on the application instance. Instead applications are required to implement theAuthentication\AuthenticationProviderInterface.
New Features
Authentication\View\Helper\IdentityHelperhas been added.AuthenticationMiddlewarecan now emit redirect responses on authentication errors from stateful authenticators. Use theunauthorizedRedirectoption to specify where redirects are sent.- Unauthorized redirects can have a
redirectquery parameter set with the previously disallowed url. Set thequeryParamoption 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