Skip to content

Releases: cakephp/authentication

CakePHP Authentication 2.2.0

09 May 18:58

Choose a tag to compare

Fixes

  • Improved documentation fixing incorrect signatures and broken links.
  • Fixed a notice error in AuthenticationService::getUnauthenticatedRedirectUrl()

Added

  • CallbackIdentifier objects can now return Result objects to return error messages.

CakePHP Authentication 2.1.0

08 Mar 02:30
6dba415

Choose a tag to compare

Added

  • LegacyPasswordHasher now supports unsalted hashes if you need to interoperate with older systems.

CakePHP Authentication 2.0.5

11 Feb 15:06
c0798ff

Choose a tag to compare

Changes

  • Documentation improvements.
  • Fixed type errors in TokenAuthenticator when requests contained neither the query parameter or header.

CakePHP Authentication 2.0.4

25 Jan 03:02

Choose a tag to compare

Fixes

  • Redirect URLs no longer include the base URL as this results in a duplicate base path in the redirect after login.

CakePHP Authentication 1.4.2

25 Jan 03:03

Choose a tag to compare

Fixes

  • Redirect URLs no longer include the base URL as this results in a duplicate base path in the redirect after login.

CakePHP Authentication 2.0.3

15 Jan 22:01

Choose a tag to compare

Fixes

  • Improved documentation for Token authenticator.
  • Use stable dependencies for development.
  • Skip no-op plugin hooks.

CakePHP Authentication 2.0.2

17 Dec 18:51

Choose a tag to compare

Fixes

  • URL mismatch errors from FormAuthenticator now include the URL base path.

CakePHP Authentication 2.0.1

17 Dec 15:59

Choose a tag to compare

Fixes

  • When setting the identity with setIdentity() persisted identity data will be cleared first. This prevents stale data from being used later in the request.

CakePHP Authentication 1.4.1

17 Dec 18:51

Choose a tag to compare

Fixes

  • URL mismatch errors from FormAuthenticator now include the URL base path.

CakePHP Authentication 2.0.0

16 Dec 03:19

Choose a tag to compare

  • Compatible with CakePHP 4.0