Releases: laravel/fortify
Releases · laravel/fortify
v1.25.1
- Replace implicitly nullable parameters for PHP 8.4 by @JeppeKnockaert in #580
v1.25.0
v1.24.5
- [1.x] Supports PHP 8.4 by @crynobone in #576
v1.24.4
- Rename
POST
routes to avoid regression bugs by @cima-alfa in #574
v1.24.3
- Update logo to support dark/light theme by @milewski in #569
- Fix unnamed routes when views are disabled (with original code formatting) by @cima-alfa in #571
v1.24.2
- Adding context length configuration for 2FA to ensure better security standards by @MattLoyeD in #568
v1.24.1
- [1.x] Add
X-Retry-After
to/user/confirm-password/status
response by @crynobone in #565
v1.24.0
- [1.x] Support case insensitive password resets by @mattmcdonald-uk in #562
- Dispatch RecoveryCodeReplaced Event by @stephenjude in #564
v1.23.0
- Fire ValidTwoFactorAuthenticationCodeProvided Event when 2FA session is authenticated by @stefanzweifel in #559
v1.22.0
- [1.x] Rehash password if required when user uses two factor by @gdebrauwer in #557
- [1.x] Add TwoFactorAuthenticationFailed event by @antergos98 in #558