CakePHP Authentication 3.3.5
Deprecations
- SessionAuthenticator
identifyoption deprecated - This option was ineffective for detecting password changes or remotely invalidating sessions. UsePrimaryKeySessionAuthenticatorinstead if you need to fetch fresh user data from the database on each request. (#763)
Fixes
- Fixed PHP deprecation errors (#759)
- Improved deprecation notice wording for authenticators without identifiers
Full Changelog: 3.3.4...3.3.5