Skip to content

Releases: laravel/fortify

v1.7.5

19 Jan 15:02
12c3324
Compare
Choose a tag to compare

Fixed

  • Move route outside $enableViews (#203)

v1.7.4

12 Jan 16:45
2ca0c06
Compare
Choose a tag to compare

Fixed

  • Fix missing current password (#194)

Security

  • Revert "Retrieve user through provider" (#195)

v1.7.3

05 Jan 16:27
94d22e0
Compare
Choose a tag to compare

Changed

  • Retrieve user through provider (#189)

Fixed

  • Tweak how rate limiting is implemented (8609af2)
  • Fix Two Factor prepare auth session (#181)

v1.7.2

24 Nov 16:53
1333184
Compare
Choose a tag to compare

Fixed

  • Fix route prefix (#152)
  • Fire Failed events (#154)

v1.7.1

17 Nov 15:56
Compare
Choose a tag to compare

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.7.0

03 Nov 16:20
1a8d5a7
Compare
Choose a tag to compare

Added

v1.6.2

20 Oct 15:46
55e4b0f
Compare
Choose a tag to compare

Changed

  • Redirect to intended URL after email verification (#119)
  • Only use two factor action when enabled (#127)

v1.6.1

06 Oct 15:40
287378e
Compare
Choose a tag to compare

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

29 Sep 17:36
395d432
Compare
Choose a tag to compare

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

22 Sep 16:15
77bd46a
Compare
Choose a tag to compare

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)