fipamo/app/Http/Middleware
ro 4113418c83
reorganized api, added token validation
regrouped api calls for better organization and to add a bit more
security. it now checks to make sure the incoming token matches the
current session to authorize requests
2024-07-06 17:41:32 -06:00
..
Authenticate.php The Big Flip 2024-02-29 11:09:17 -06:00
EncryptCookies.php The Big Flip 2024-02-29 11:09:17 -06:00
MemberCheck.php reorganized controller dir, added check for dash 2024-03-07 11:36:31 -06:00
PreventRequestsDuringMaintenance.php The Big Flip 2024-02-29 11:09:17 -06:00
RedirectIfAuthenticated.php The Big Flip 2024-02-29 11:09:17 -06:00
TrimStrings.php The Big Flip 2024-02-29 11:09:17 -06:00
TrustHosts.php The Big Flip 2024-02-29 11:09:17 -06:00
TrustProxies.php The Big Flip 2024-02-29 11:09:17 -06:00
ValidateAPIToken.php reorganized api, added token validation 2024-07-06 17:41:32 -06:00
ValidateSignature.php The Big Flip 2024-02-29 11:09:17 -06:00
VerifyCsrfToken.php The Big Flip 2024-02-29 11:09:17 -06:00