Cakephp Authentication Versions Save

Authentication plugin for CakePHP. Can also be used in PSR7 based applications.

3.0.3

6 months ago

What's Changed

Full Changelog: https://github.com/cakephp/authentication/compare/3.0.2...3.0.3

2.10.2

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/cakephp/authentication/compare/2.10.1...2.10.2

3.0.2

9 months ago
  • Update to stable dependencies.

Full Changelog: https://github.com/cakephp/authentication/compare/3.0.0...3.0.2

3.0.0

9 months ago

First version compatible with CakePHP 5.0

What's Changed

New Contributors

Full Changelog: https://github.com/cakephp/authentication/compare/2.10.1...3.0.0

2.10.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/cakephp/authentication/compare/2.10.0...2.10.1

2.10.0

1 year ago

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

Bug fixes

Documentation and tooling changes

New Contributors

Full Changelog: https://github.com/cakephp/authentication/compare/2.9.0...2.10.0

2.9.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/cakephp/authentication/compare/2.8.0...2.9.0

2.8.0

2 years ago

What's Changed

This release changes the default stored token for Cookie Authenticator. The token is now comprised of hash(username + password-hash + hmac(username + password, salt)). This helps prevent forged tokens from being created in case an application database is compromised. This change will invalidate all existing cookie tokens. If you do not desire that, be sure to set salt => false in your configuration for CookieAuthenticator

New Contributors

Full Changelog: https://github.com/cakephp/authentication/compare/2.7.0...2.8.0

2.7.0

2 years ago

What's Changed

Full Changelog: https://github.com/cakephp/authentication/compare/2.6.2...2.7.0

2.6.2

2 years ago

What's Changed

Security Improvements

New Contributors

Full Changelog: https://github.com/cakephp/authentication/compare/2.6.1...2.6.2