BookStack/app/Http/Controllers/Auth
Dan Brown 78e94bb003
Improved login redirect and setup experience
- Updated auth system for mfa to not update intended URL so that the
  user is not redirected to mfa setup after eventual login.
- Added notification for users setting up MFA, after setup when
  redirected back to login screen to advise that MFA setup was complete
  but they need to login again.
- Updated some bits of wording to display better.
2021-08-21 15:14:24 +01:00
..
ConfirmEmailController.php Added login redirect system to confirm/mfa 2021-07-18 16:52:31 +01:00
ForgotPasswordController.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
HandlesPartialLogins.php Added TOTP verification upon access 2021-08-02 15:04:43 +01:00
LoginController.php Updated all login events to route through single service 2021-07-17 17:45:00 +01:00
MfaBackupCodesController.php Improved login redirect and setup experience 2021-08-21 15:14:24 +01:00
MfaController.php Added Backup code verification logic 2021-08-02 16:35:37 +01:00
MfaTotpController.php Improved login redirect and setup experience 2021-08-21 15:14:24 +01:00
RegisterController.php Quick test of email confirmation routes and fix of tests 2021-08-07 21:18:59 +01:00
ResetPasswordController.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
Saml2Controller.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
SocialController.php Added login redirect system to confirm/mfa 2021-07-18 16:52:31 +01:00
UserInviteController.php Started moving MFA and email confirmation to new login flow 2021-07-17 18:24:50 +01:00