Skip to content

CakePHP Authentication 2.10.0

Compare
Choose a tag to compare
@markstory markstory released this 27 Dec 20:24
· 35 commits to 2.x since this release

Updated Dependencies

  • The 2.10.0 release requires a minimum of CakePHP 4.4.0 and PHP 7.4.0
  • The optional dependency on firebase/jwt has changed from ^5.5 to ^6.2

New Features

  • Implement Impersonation by @ajibarra in #532
  • Add AuthenticationComponent identityCheckEvent option by @Erwane in #555
  • Token Identifier: Add Option to Hash Token Before Resolving by @amayer5125 in #559
  • Adds tls option to LDAP identifier by @eardkdw in #510
  • Added EnvironmentAuthenticator to allow integration with Shiboleth authentication by @MolbioUnige in #565

Bug fixes

  • Bump to php-jwt 6.2 and remove temporary/deprecated code by @swiffer in #507
  • User friendly exception when auth middleware is not loaded by @cnizzardini in #513
  • Fix null value causing a type error in the password identifier. by @ndm2 in #542
  • Fix deprecations in tests by @markstory in #544
  • Fix return type for offsetSet() by @othercorey in #547
  • Fix invalid default value for $config parameter by @othercorey in #546
  • Fix return type annotation for Identity::__isset() by @othercorey in #548

Documentation and tooling changes

New Contributors

Full Changelog: 2.9.0...2.10.0