fortify

Backend controllers and scaffolding for Laravel authentication.

MIT License

Downloads
20M
Stars
1.6K
Committers
113

Bot releases are hidden (Show)

fortify - v1.7.4

Published by driesvints almost 4 years ago

Fixed

  • Fix missing current password (#194)

Security

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

Published by driesvints almost 4 years ago

Changed

  • Retrieve user through provider (#189)

Fixed

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

Published by driesvints almost 4 years ago

Fixed

  • Fix route prefix (#152)
  • Fire Failed events (#154)
fortify - v1.7.1

Published by driesvints almost 4 years ago

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)
fortify -

Published by driesvints almost 4 years ago

Added

fortify -

Published by driesvints almost 4 years ago

Changed

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

Published by driesvints about 4 years ago

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)
fortify -

Published by driesvints about 4 years ago

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)
fortify - v1.5.0

Published by driesvints about 4 years ago

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)
fortify - v1.4.3

Published by driesvints about 4 years ago

Fixed

  • Fix flawed logic in the UpdateUserProfileInformation action (#68, fea6473, 91518af)
fortify - v1.4.2

Published by driesvints about 4 years ago

Changed

Fixed

  • Fix test bug when use sqlite database (#69)
fortify - v1.4.1

Published by driesvints about 4 years ago

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)
fortify - v1.4.0

Published by driesvints about 4 years ago

Added

Changed

  • Switch the TwoFactorLoginResponse for a contract bound in container (#34)
  • Enable password confirmation (9e9d154)
fortify - v1.3.1

Published by driesvints about 4 years ago

Changed

  • Extract ConfirmPassword action (a9e68f2)

Fixed

  • Update what is passed to custom callback (9215e54)
fortify - v1.3.0

Published by driesvints about 4 years ago

Added

fortify - v1.2.1

Published by driesvints about 4 years ago

Fixed

  • Pass request through to the callback (#21)
fortify - v1.2.0

Published by driesvints about 4 years ago

Added

  • Allow granular authentication customization (cd8b6aa)
fortify - v1.1.0

Published by driesvints about 4 years ago

Added

  • Allow full customization of authentication pipeline (6c36b08)
fortify - v1.0.1

Published by driesvints about 4 years ago

Changed

  • Use PasswordValidationRules trait in CreateNewUser action (#18)
  • Callable customization of any view (661d726)
fortify - v1.0.0

Published by driesvints about 4 years ago

Initial stable release.