BookStack/app/Http/Middleware
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
..
ApiAuthenticate.php Updated API auth handling of email confirmations 2021-08-05 22:07:08 +01:00
Authenticate.php Quick test of email confirmation routes and fix of tests 2021-08-07 21:18:59 +01:00
AuthenticatedOrPendingMfa.php Improved login redirect and setup experience 2021-08-21 15:14:24 +01:00
CheckForMaintenanceMode.php Ran phpcbf and updated helpers typehinting 2019-09-15 18:29:51 +01:00
CheckGuard.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
ControlIframeSecurity.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
EncryptCookies.php Updated to laravel 5.5 2017-11-19 15:56:19 +00:00
Localization.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
PermissionMiddleware.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
RedirectIfAuthenticated.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
RunThemeActions.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
StartSessionIfCookieExists.php Change email confirmation from own middle to trait 2019-12-30 15:49:20 +00:00
ThrottleApiRequests.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
TrimStrings.php Updated to laravel 5.5 2017-11-19 15:56:19 +00:00
TrustProxies.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
VerifyCsrfToken.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00