Skip to content

Releases: laravel/fortify

v1.10.0

25 Jan 19:44
d6b990f
Compare
Choose a tag to compare

Added

  • Add VerifyEmailResponse contract (#347)

Changed

  • Switch to anonymous migrations (#348)

v1.9.0

12 Jan 15:39
bd232b9
Compare
Choose a tag to compare

Changed

  • Add 2fa Events (#338)
  • Laravel 9 support (#340)

v1.8.6

22 Dec 10:03
fb2b788
Compare
Choose a tag to compare

Changed

  • Customise the auth middleware name (#335)

Fixed

  • Check if authenticated user has 2FA enabled (#334)

v1.8.5

07 Dec 15:59
f2059ba
Compare
Choose a tag to compare

Fixed

  • Fix an issue with array to string conversion (#333)

v1.8.4

23 Nov 17:16
a6c29b7
Compare
Choose a tag to compare

Changed

  • Use boolean rather than filled for remember (#328)

v1.8.3

02 Nov 16:24
19f7171
Compare
Choose a tag to compare

Changed

  • Add a check for two factor auth being enabled (#323)

v1.8.2

07 Sep 14:31
a52a980
Compare
Choose a tag to compare

Changed

  • Allow verification rate limiter to be configurable (#313)

v1.8.1

24 Aug 15:57
84c9dac
Compare
Choose a tag to compare

Changed

  • Allow reset password redirect (#307)

v1.8.0

10 Aug 17:23
84649d5
Compare
Choose a tag to compare

Added

  • Redirection customization (#298)
  • Add ReplacedRecoveryCode event (#301)

Fixed

  • Fix auth guard (#296)

v1.7.14

29 Jun 16:14
3e187b3
Compare
Choose a tag to compare

Changed

  • Add password update custom response (#290, e2a16f6)