Releases: cakephp/authentication
Releases · cakephp/authentication
CakePHP Authentication 2.3.0
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 ofsub
CakePHP Authentication 2.2.0
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
Added
LegacyPasswordHasher
now supports unsalted hashes if you need to interoperate with older systems.
CakePHP Authentication 2.0.5
Changes
- Documentation improvements.
- Fixed type errors in TokenAuthenticator when requests contained neither the query parameter or header.
CakePHP Authentication 2.0.4
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
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
Fixes
- Improved documentation for Token authenticator.
- Use stable dependencies for development.
- Skip no-op plugin hooks.
CakePHP Authentication 2.0.2
Fixes
- URL mismatch errors from FormAuthenticator now include the URL base path.
CakePHP Authentication 2.0.1
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
Fixes
- URL mismatch errors from FormAuthenticator now include the URL base path.