]> BookStack Code Mirror - bookstack/commit
Added login redirect system to confirm/mfa
authorDan Brown <redacted>
Sun, 18 Jul 2021 15:52:31 +0000 (16:52 +0100)
committerDan Brown <redacted>
Sun, 18 Jul 2021 15:52:31 +0000 (16:52 +0100)
commit1af5bbf3f7404ef9380477657ac1b5df0df119aa
treedd03413c94f899fcf0f034f10b3f2bb978126de8
parent1278fb4969f87d2433a6e1e1f70d63f0e9a41d30
Added login redirect system to confirm/mfa

Also continued a bit on the MFA verification system.
Moved some MFA routes to public space using updated login service to get
the current user that is either logged in or last attempted login (With
correct creds).
app/Auth/Access/LoginService.php
app/Exceptions/StoppedAuthenticationException.php [new file with mode: 0644]
app/Http/Controllers/Auth/ConfirmEmailController.php
app/Http/Controllers/Auth/HandlesPartialLogins.php [new file with mode: 0644]
app/Http/Controllers/Auth/MfaBackupCodesController.php
app/Http/Controllers/Auth/MfaController.php
app/Http/Controllers/Auth/MfaTotpController.php
app/Http/Controllers/Auth/SocialController.php
resources/views/auth/user-unconfirmed.blade.php
resources/views/mfa/verify.blade.php
routes/web.php
Morty Proxy This is a proxified and sanitized view of the page, visit original site.