Releases: laravel/fortify
Releases · laravel/fortify
v1.10.0
Added
- Add VerifyEmailResponse contract (#347)
Changed
- Switch to anonymous migrations (#348)
v1.9.0
Changed
- Add 2fa Events (#338)
- Laravel 9 support (#340)
v1.8.6
Changed
- Customise the auth middleware name (#335)
Fixed
- Check if authenticated user has 2FA enabled (#334)
v1.8.5
Fixed
- Fix an issue with array to string conversion (#333)
v1.8.4
Changed
- Use boolean rather than filled for remember (#328)
v1.8.3
Changed
- Add a check for two factor auth being enabled (#323)
v1.8.2
Changed
- Allow verification rate limiter to be configurable (#313)
v1.8.1
Changed
- Allow reset password redirect (#307)
v1.8.0
Added
- Redirection customization (#298)
- Add ReplacedRecoveryCode event (#301)
Fixed