Skip to content

Authentication 1.0.0-rc8

Pre-release
Pre-release
Compare
Choose a tag to compare
@markstory markstory released this 05 Jun 02:06
· 876 commits to 3.x since this release
1.0.0-rc8

Breaking Changes

  • The AuthenticationMiddleware no longer calls the authentication hook method on the application instance. Instead applications are required to implement the Authentication\AuthenticationProviderInterface.

New Features

  • Authentication\View\Helper\IdentityHelper has been added.
  • AuthenticationMiddleware can now emit redirect responses on authentication errors from stateful authenticators. Use the unauthorizedRedirect option to specify where redirects are sent.
  • Unauthorized redirects can have a redirect query parameter set with the previously disallowed url. Set the queryParam option to true.