delight-im / PHP-Auth

Authentication for PHP. Simple, lightweight and secure.
MIT License
1.09k stars 235 forks source link

Password verify failed each day #309

Open YlianEstevez opened 2 months ago

YlianEstevez commented 2 months ago

Hi, I use this component for years but sincec several months, I have a problem I can't fix : login failed after some hours. I added sole log on my code and noticed that the password hash is changed and doed not match after. I have to reset the password and then, it works for several works.

I did'nt found on the code where this hash is changed. I even add a long on pdo exec to track any update but i did not found anything on the logs. I used the las avalable version on the lib on php 8.1.5.

Anybody have an idea to solve this problem ? I really like this lib and I don't want to change for any other auth component.