Skip to content

Releases: cakephp/authentication

CakePHP Authentication 1.1.0

25 Jan 03:32
525f0e0
Compare
Choose a tag to compare
  • Fixed deprecation warnings related to CakePHP 3.7
  • Started using new methods offered by CakePHP 3.7+

1.0.1

17 Nov 06:49
1.0.1
17db134
Compare
Choose a tag to compare
  • Fixed status code on AuthenticationException.

1.0.0

17 Nov 06:49
1.0.0
8760443
Compare
Choose a tag to compare
  • Authentication 1.0.0

Authentication 1.0.0-rc9

12 Sep 10:38
8760443
Compare
Choose a tag to compare
Pre-release

Changes

  • Unauthenticated requests are redirected with 302 response code.

New Features

  • AuthenticationComponent::getAuthenticationService() has been added.

Authentication 1.0.0-rc8

05 Jun 02:06
1.0.0-rc8
Compare
Choose a tag to compare
Pre-release

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.

1.0.0-rc5

12 Apr 08:44
2c649cc
Compare
Choose a tag to compare
1.0.0-rc5 Pre-release
Pre-release
  • Documentation improvements.
  • Fixed CakePHP Router Url Checker class name.
  • Fix an issue with cookie encryption.

1.0.0-rc2

08 Dec 15:51
Compare
Choose a tag to compare
1.0.0-rc2 Pre-release
Pre-release

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

11 Dec 08:38
Compare
Choose a tag to compare
1.0.0-rc1 Pre-release
Pre-release
1.0.0-rc1