Releases: laravel/fortify
Releases · laravel/fortify
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
v1.21.2
- [1.x] Bacon QR 3.0 support by @eshimischi in #534
v1.21.1
- Specify return type array type by @santigarcor in #525
- [1.x] Make commands lazy by @timacdonald in #527
v1.21.0
- [1.x] Adds
fortify:install
Artisan command by @nunomaduro in #524
v1.20.1
- Don't overwrite an already two factor secret unless force = true by @danmatthews in #518
- Use
Date
facade for storing the password confirmation timestamp by @chrisvanlier2005 in #520
v1.20.0
- [1.x] Merges develop by @nunomaduro in #515