Skip to content

Releases: laravel/fortify

v1.4.2

22 Sep 16:10
Compare
Choose a tag to compare

Changed

Fixed

  • Fix test bug when use sqlite database (#69)

v1.4.1

22 Sep 16:10
5026913
Compare
Choose a tag to compare

Added

  • Allow the expected email address request variable to be changed (#28)
  • Update configuration stub with middleware option (#55)

Changed

  • Make routes more dynamic (#41)
  • Add illuminate/support dependency (#46)
  • Resend email verification after user update (#52, 951d943)

Fixed

  • Only register two-factor-challenge routes if TFA feature enabled (#44)
  • Added missing request to the throwFailedAuthenticationException method (#61)

v1.4.0

18 Sep 13:30
Compare
Choose a tag to compare

Added

Changed

  • Switch the TwoFactorLoginResponse for a contract bound in container (#34)
  • Enable password confirmation (9e9d154)

v1.3.1

18 Sep 13:30
Compare
Choose a tag to compare

Changed

  • Extract ConfirmPassword action (a9e68f2)

Fixed

  • Update what is passed to custom callback (9215e54)

v1.3.0

18 Sep 13:30
Compare
Choose a tag to compare

Added

v1.2.1

18 Sep 13:29
1a0b999
Compare
Choose a tag to compare

Fixed

  • Pass request through to the callback (#21)

v1.2.0

18 Sep 13:29
Compare
Choose a tag to compare

Added

  • Allow granular authentication customization (cd8b6aa)

v1.1.0

18 Sep 13:29
Compare
Choose a tag to compare

Added

  • Allow full customization of authentication pipeline (6c36b08)

v1.0.1

18 Sep 13:29
Compare
Choose a tag to compare

Changed

  • Use PasswordValidationRules trait in CreateNewUser action (#18)
  • Callable customization of any view (661d726)

v1.0.0

18 Sep 13:29
f29ed3f
Compare
Choose a tag to compare

Initial stable release.