Authentication 1.0.0-rc8
Pre-release
Pre-release
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.