2FAuth/app/Http/Middleware
2022-07-30 17:51:02 +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 Set SettingService behind a Facade 2022-07-30 17:51:02 +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 Set SettingService behind a Facade 2022-07-30 17:51:02 +02:00
SkipIfAuthenticated.php Close #88 - Remove the "Already authenticated" error on login forms 2022-07-12 12:32:32 +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