BookStack/app/Http/Middleware
Dan Brown 2740603d99
Added back email confirmation check in middleware
During writing of the update notes, found that the upgrade path would be
tricky from a security point of view. If people were pending email
confirmation but had an active session, they could technically be
actively logged in after the next release.

Added middlware as an extra precaution for now.
2021-08-30 21:28:17 +01:00
..
ApiAuthenticate.php Apply fixes from StyleCI 2021-08-21 14:49:40 +00:00
Authenticate.php Apply fixes from StyleCI 2021-08-21 14:49:40 +00:00
AuthenticatedOrPendingMfa.php Apply fixes from StyleCI 2021-08-21 14:49:40 +00:00
CheckEmailConfirmed.php Added back email confirmation check in middleware 2021-08-30 21:28:17 +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
CheckUserHasPermission.php Applied styleci patches 2021-08-28 21:51:15 +01: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 Added lithuanian option to locale system 2021-08-21 20:24:58 +01: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