BookStack/app/Http/Controllers/Auth
Dan Brown 9b271e559f
Worked on MFA setup required flow
- Restructured some of the route naming to be a little more consistent.
- Moved the routes about to be more logically in one place.
- Created a new middleware to handle the auth of people that should be
  allowed access to mfa setup routes, since these could be used by
  existing logged in users or by people needing to setup MFA on access.
- Added testing to cover MFA setup required flow.
- Added TTL and method tracking to session last-login tracking system.
2021-08-02 22:02:25 +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 Worked on MFA setup required flow 2021-08-02 22:02:25 +01:00
MfaController.php Added Backup code verification logic 2021-08-02 16:35:37 +01:00
MfaTotpController.php Worked on MFA setup required flow 2021-08-02 22:02:25 +01:00
RegisterController.php Updated all login events to route through single service 2021-07-17 17:45:00 +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