blessing-skin-server/app/Http/Middleware
2019-02-27 23:44:50 +08:00
..
AfterSessionBooted.php Adjust code style due to my OCD 2018-02-16 17:31:10 +08:00
CheckAdministrator.php Use Laravel's auth system and use another captcha generator 2018-07-20 14:42:43 +08:00
CheckAuthenticated.php Use Laravel's auth system and use another captcha generator 2018-07-20 14:42:43 +08:00
CheckInstallation.php separate checking installation as a middleware 2017-01-18 22:42:50 +08:00
CheckPlayerExist.php Return 204 instead of 200 for CDN cache 2018-07-22 16:42:58 +08:00
CheckPlayerOwner.php Use Laravel's auth system and use another captcha generator 2018-07-20 14:42:43 +08:00
CheckSuperAdmin.php Restrict PluginController access to super admin only 2018-08-21 09:05:29 +08:00
CheckUserVerified.php Support email verification 2018-08-17 12:32:44 +08:00
DetectLanguagePrefer.php Laravel 5.8 (#5) 2019-02-27 23:44:50 +08:00
EncryptCookies.php Adjust code style due to my OCD 2018-02-16 17:31:10 +08:00
RedirectIfAuthenticated.php Use Laravel's auth system and use another captcha generator 2018-07-20 14:42:43 +08:00
RedirectIfUrlEndsWithSlash.php Adjust code style due to my OCD 2018-02-16 17:31:10 +08:00
VerifyCsrfToken.php Fix CSRF verification 2018-08-20 23:09:26 +08:00