Skip to content

CakePHP Authentication 3.3.5

Choose a tag to compare

@dereuromark dereuromark released this 09 Feb 13:43
9a12edc

Deprecations

  • SessionAuthenticator identify option deprecated - This option was ineffective for detecting password changes or remotely invalidating sessions. Use PrimaryKeySessionAuthenticator instead 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