You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[11.x] Use Date facade for storing the password confirmation timestamp (#54383)
This matches the changes via laravel/fortify#520
--------------
Currently, the password confirmation endpoint uses PHP's inbuilt `time()` function. This does not consider `freezeSecond()` or `Date::setTestNow()`. Leading to inconsistent results during tests.
This update maintains compatibility with existing features as both `time()` and `->unix()` return a UNIX timestamp.
Signed-off-by: Mior Muhammad Zaki <[email protected]>
Co-authored-by: Chris van Lier <[email protected]>
0 commit comments