Skip to content

Releases: cakephp/authentication

CakePHP Authentication 2.3.0

17 May 02:27
0ee1b43
Compare
Choose a tag to compare

Added

  • Improved documentation for JwtAuthenticator.
  • Added subjectKey option to JwtAuthenticator. This new option allows you to define the claim/subject key used in your JWT tokens. This option defaults to the previously hardcoded value of sub

CakePHP Authentication 2.2.0

09 May 18:58
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Fixes

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