2FAuth/app/Http/Middleware
2022-05-19 16:42:43 +02:00
..
Authenticate.php Fix #80 - Cannot access accounts with proxy header auth 2022-05-19 16:42:43 +02:00
CustomCreateFreshApiToken.php Use FreshApiToken instead of Personal access token for front-end auth 2022-03-31 11:24:01 +02:00
EncryptCookies.php initial commit 2019-05-20 07:37:41 +02:00
ForceJsonResponse.php Force JSON responses everywhere 2022-03-31 11:24:00 +02:00
KickOutInactiveUser.php Fix #73 - CSRF token mismatch 2022-05-14 13:45:12 +02:00
LogUserLastSeen.php Fix and complete reverse-proxy support & Adjust front-end views 2022-03-31 11:24:01 +02:00
PreventRequestsDuringMaintenance.php Upgrade to Laravel 8 2022-03-31 11:24:01 +02:00
RejectIfAuthenticated.php Fix and complete reverse-proxy support & Adjust front-end views 2022-03-31 11:24:01 +02:00
RejectIfDemoMode.php Refactor routes rejection using middlewares 2022-03-31 11:24:02 +02:00
RejectIfReverseProxy.php Refactor routes rejection using middlewares 2022-03-31 11:24:02 +02:00
SetLanguage.php Fix and complete tests 2022-03-31 11:24:02 +02:00
TrimStrings.php Upgrade to Laravel 8 2022-03-31 11:24:01 +02:00
TrustProxies.php Add trusted proxies as an env var 2022-04-14 11:34:40 +02:00
VerifyCsrfToken.php initial commit 2019-05-20 07:37:41 +02:00