- Add FailedTwoFactorLoginResponse contract (#106)
- 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)
- Add
attempts
method to rate limiter (#85) - Add name to Profile update and Password update routes (#89)
- Fix for empty password during confirmation (#87)
- Add option to force the password to have a special character (#65)
- Allow 'confirmPasswordView' to use view prefixes (#71)
- Send JSON response if request is an AJAX request (#75)
- Remove unnecessary bag (85a7dfb)
- Fix test bug when use sqlite database (#69)
- Allow the expected email address request variable to be changed (#28)
- Update configuration stub with middleware option (#55)
- Make routes more dynamic (#41)
- Add illuminate/support dependency (#46)
- Resend email verification after user update (#52, 951d943)
- Only register two-factor-challenge routes if TFA feature enabled (#44)
- Added missing request to the throwFailedAuthenticationException method (#61)
- Switch the TwoFactorLoginResponse for a contract bound in container (#34)
- Enable password confirmation (9e9d154)
- Extract
ConfirmPassword
action (a9e68f2)
- Update what is passed to custom callback (9215e54)
- Pass request through to the callback (#21)
- Allow granular authentication customization (cd8b6aa)
- Allow full customization of authentication pipeline (6c36b08)
- Use PasswordValidationRules trait in CreateNewUser action (#18)
- Callable customization of any view (661d726)
Initial stable release.