Releases: laravel/fortify
Releases · laravel/fortify
v1.7.5
Fixed
- Move route outside
$enableViews
(#203)
v1.7.4
Fixed
- Fix missing current password (#194)
Security
- Revert "Retrieve user through provider" (#195)
v1.7.3
Changed
- Retrieve user through provider (#189)
Fixed
- Tweak how rate limiting is implemented (8609af2)
- Fix Two Factor prepare auth session (#181)
v1.7.2
Fixed
- Fix route prefix (#152)
- Fire Failed events (#154)
v1.7.1
Changed
- Add the
prefix
and domain
configuration options (#143)
- Change how feature options are stored to work with config caching (b2430958)
Fixed
- Fix 2FA disabled routes via
views
config (#142)
v1.6.2
Changed
- Redirect to intended URL after email verification (#119)
- Only use two factor action when enabled (#127)
v1.6.1
Added
- Add FailedTwoFactorLoginResponse contract (#106)
Changed
- Redirect to intended after two factor login (#105)
- Allow Fortify views to accept
Responsable
objects (#107)
- Use the
Rule::unique
for new user validation (#108)
v1.6.0
Added
- Add
attempts
method to rate limiter (#85)
- Add name to Profile update and Password update routes (#89)
Fixed
- Fix for empty password during confirmation (#87)
v1.5.0
Added
- Add option to force the password to have a special character (#65)
Fixed
- Allow 'confirmPasswordView' to use view prefixes (#71)
- Send JSON response if request is an AJAX request (#75)