Skip to content

Releases: cakephp/authentication

CakePHP Authentication 3.2.0

18 Oct 12:52
d17ac77

Choose a tag to compare

What's Changed

Full Changelog: 3.1.1...3.2.0

CakePHP Authentication 2.11.0

18 Oct 13:17

Choose a tag to compare

What's Changed

  • 2.next: fix CakePHP 4.5 deprecations and update stan setup by @LordSimal in #610
  • Increase stability of cakephp requirement by @markstory in #626
  • 2.next: add authentication service to DIC by default by @LordSimal in #647
  • 2.next: add ability to set custom container instance by @LordSimal in #662

Full Changelog: 2.10.2...2.11.0

CakePHP Authentication 3.1.1

07 Oct 13:52
33b4fa3

Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...3.1.1

CakePHP Authentication 3.1.0

28 Jul 23:57
0fb4ef1

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.3...3.1.0

CakePHP Authentication 3.0.3

03 Dec 10:42
2e62330

Choose a tag to compare

What's Changed

Full Changelog: 3.0.2...3.0.3

CakePHP Authentication 2.10.2

10 Oct 04:30
64964e5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.10.1...2.10.2

CakePHP Authentication 3.0.2

10 Sep 03:42

Choose a tag to compare

  • Update to stable dependencies.

Full Changelog: 3.0.0...3.0.2

CakePHP Authentication 3.0.0

10 Sep 03:19
45fd308

Choose a tag to compare

First version compatible with CakePHP 5.0

What's Changed

New Contributors

Full Changelog: 2.10.1...3.0.0

CakePHP Authentication 2.10.1

17 Mar 16:14
643e17b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.10.0...2.10.1

CakePHP Authentication 2.10.0

27 Dec 20:24

Choose a tag to compare

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