Releases: laravel/fortify
Releases · laravel/fortify
v1.15.0
Changed
- Update PrepareAuthenticatedSession.php by @francoism90 in #434
- Uses PHP Native Type Declarations 🐘 by @nunomaduro in #421
Fixed
- Fix error while preparing PasswordResetResponse with views turned off by @leonkllr0 in #433
v1.14.1
Changed
- Only fire event when actually updating the database to disable two factor authentication by @taylorotwell in 04b4b9c
v1.14.0
Added
- Add more Response contract bindings by @bdsumon4u in #425
v1.13.7
Changed
- Update parameter order for hash_equals function in TwoFactorLoginRequest by @jayan-blutui in #422
Fixed
- Use
boolean
rather thanfilled
for remember by @Codeatron5000 in #423
v1.13.6
Fixed
- Fix error message when entering invalid 2fa code by @emargareten in #415
- Use Fortify username method on ConfirmPassword action by @jayan-blutui in #420
v1.13.5
Changed
- Add and use constants for session flashes by @dwightwatson in #409
- Use current_password rule when changing password by @dwightwatson in #410
- Parameters order with hash_equals by @chivincent in #411
v1.13.4
Fixed
- Only save user if need to by @taylorotwell in 9a68cf2
v1.13.3
Changed
- Return recovery errors under the
recovery_code
key by @jessarcher in #401
v1.13.2
v1.13.1
Fixed
- Call FailedTwoFactorLoginResponse::toResponse with TwoFactorLoginRequest by @ricklambrechts in #395