Skip to content

Releases: laravel/fortify

v1.30.0

29 Aug 20:16
005f4d5
Compare
Choose a tag to compare
  • [1.x] Add InteractsWithTwoFactorState Trait to handle 2FA state between requests by @pushpak1300 in #604

v1.29.0

25 Aug 17:44
7f33444
Compare
Choose a tag to compare
  • fix: add missing route name to /user/two-factor-recovery-codes by @Barbapapazes in #602

v1.28.0

07 Aug 17:44
138d979
Compare
Choose a tag to compare
  • feat() : make Fortify honour Model::encryptUsing to enable app key rotation by @sebestenyb in #601

v1.27.0

17 Jun 17:10
0fb2ec9
Compare
Choose a tag to compare
  • Allow RedirectIfTwoFactorAuthenticatable to be resolved via the Container by @Junveloper in #599

v1.26.0

10 Jun 15:08
2b3f76b
Compare
Choose a tag to compare

v1.25.4

28 Jan 15:54
f185600
Compare
Choose a tag to compare

v1.25.3

21 Jan 15:07
ee35e5b
Compare
Choose a tag to compare
  • DisableTwoFactorAuthentication should always set two_factor_confirmed_at to null when it has a value by @crynobone in #589

v1.25.2

14 Jan 15:47
a20e803
Compare
Choose a tag to compare
  • [1.x] Use retrieveByCredentials() on the User Provider instead of a hardcoded Eloquent query by @pascalbaljet in #582
  • Changed migration of users table by @aronbeurskens in #586

v1.25.1

10 Dec 16:16
5022e7c
Compare
Choose a tag to compare

v1.25.0

26 Nov 15:25
047e84e
Compare
Choose a tag to compare
  • Add Remember Me Functionality to Registered User Login by @cvairlis in #579