Releases: laravel/fortify
Releases · laravel/fortify
v1.31.3
v1.31.2
- [1.x] Add Laravel Fortify guidelines for boost by @pushpak1300 in #614
v1.31.1
v1.31.0
- [1.x] single indentation on multiline ternarys by @browner12 in #605
- Validate password is a string when confirming password by @devfrey in #606
- Fix conflicts with app factories, causing recursive definitions in IDE by @crynobone in #609
- Add
Fortify::encryptUsing()to allow customising the default encryption by @crynobone in #611 - Regenerate session on register by @valorin in #610
v1.30.0
- [1.x] Add
InteractsWithTwoFactorStateTrait to handle 2FA state between requests by @pushpak1300 in #604
v1.29.0
- fix: add missing route name to
/user/two-factor-recovery-codesby @Barbapapazes in #602
v1.28.0
- feat() : make Fortify honour Model::encryptUsing to enable app key rotation by @sebestenyb in #601
v1.27.0
- Allow
RedirectIfTwoFactorAuthenticatableto be resolved via the Container by @Junveloper in #599
v1.26.0
- Delete existing tokens when user updates password by @patrickomeara in #598
v1.25.4
- Prevent empty username fields from being added to requests by @edvardsr in #590
- Supports Laravel 12 by @crynobone in #591