misc_pterodactyl-panel/app/Http/Middleware
DaneEveritt 0fa33e0438
Mark a request as being stateful if a cookie for the session is provided at all
This accounts for poorly configured API clients that try to use cookies for authentication purposes. Treat everything with a session cookie as being a stateful request from the front-end.
2022-05-22 16:50:36 -04:00
..
Admin/Servers Reeformat with new rules post merge 2021-01-25 19:20:51 -08:00
Api Initial pass at implementing Laravel Sanctum for authorization on the API 2022-05-22 14:57:06 -04:00
AdminAuthenticate.php Use more standardized phpcs 2021-01-23 12:33:34 -08:00
Authenticate.php Use more standardized phpcs 2021-01-23 12:33:34 -08:00
EncryptCookies.php Update all the middlewares 2017-10-29 12:37:25 -05:00
EnsureStatefulRequests.php Mark a request as being stateful if a cookie for the session is provided at all 2022-05-22 16:50:36 -04:00
LanguageMiddleware.php Use more standardized phpcs 2021-01-23 12:33:34 -08:00
MaintenanceMiddleware.php Use more standardized phpcs 2021-01-23 12:33:34 -08:00
RedirectIfAuthenticated.php Use more standardized phpcs 2021-01-23 12:33:34 -08:00
RequireTwoFactorAuthentication.php Use more standardized phpcs 2021-01-23 12:33:34 -08:00
TrimStrings.php Update codebase to L5.4 (#367) 2017-04-01 17:59:43 -04:00
VerifyCsrfToken.php Initial pass at implementing Laravel Sanctum for authorization on the API 2022-05-22 14:57:06 -04:00
VerifyReCaptcha.php Use more standardized phpcs 2021-01-23 12:33:34 -08:00