Releases: laravel/fortify
Releases · laravel/fortify
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
v1.21.5
- [1.x] Allow
redirect()->intended()
responses to be resolved via the Container by @crynobone in #551
v1.21.4
- [1.x] Use available
$name
property fromSessionGuard
if the value exists by @crynobone in #553
v1.21.3
- [1.x] Ensure logout route is authenticated by @timacdonald in #536