Skip to content

Releases: laravel/fortify

v1.11.2

08 Mar 16:27
35c44f3
Compare
Choose a tag to compare

Fixed

  • Ensures route password.confirm is defined when not using views by @Frozire in #368

Security

v1.11.1

24 Feb 08:11
eb1d07c
Compare
Choose a tag to compare

Fixed

  • Fix Exception when sending empty 2FA confirmation code by @SrDante in #361
  • Unsupported operand types on rollback migration by @Jackpump in #362

v1.11.0

22 Feb 16:03
246cf1d
Compare
Choose a tag to compare

Changed

Fixed

v1.10.2

08 Feb 19:17
0047871
Compare
Choose a tag to compare

Changed

  • Prevent new login after 2FA challenge (#353)

Security

  • Fix throttle bypass exploit (#354)

v1.10.1

01 Feb 16:25
a85e04a
Compare
Choose a tag to compare

Changed

  • Fix VerifyEmailResponse resolving (#349)

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)