cakephp / authentication

Authentication plugin for CakePHP. Can also be used in PSR7 based applications.
MIT License
117 stars 100 forks source link

2.x - Fix `null` value causing a type error in the password identifier. #542

Closed ndm2 closed 2 years ago

ndm2 commented 2 years ago

While maybe considered unusual, and potentially the result of for example misconfiguration, a NULL value for the password is generally a valid thing that can exist in the data store, hence it's probably appropriate to fail gracefully.