jonnybarnes.uk/app/Http/Middleware
Jonny Barnes 83d10e1a70
Refactor of micropub request handling
Trying to organise the code better. It now temporarily doesn’t support
update requests. Thought the spec defines them as SHOULD features and
not MUST features. So safe for now :)
2025-04-27 16:38:25 +01:00
..
Authenticate.php Upgrade to Laravel 10 2023-02-18 09:34:57 +00:00
CorsHeaders.php Remove psalm annotations 2025-04-10 20:09:36 +01:00
EncryptCookies.php Upgrade to Laravel 10 2023-02-18 09:34:57 +00:00
LinkHeadersMiddleware.php Remove psalm annotations 2025-04-10 20:09:36 +01:00
LocalhostSessionMiddleware.php Remove psalm annotations 2025-04-10 20:09:36 +01:00
LogMicropubRequest.php Refactor of micropub request handling 2025-04-27 16:38:25 +01:00
MyAuthMiddleware.php Remove psalm annotations 2025-04-10 20:09:36 +01:00
PreventRequestsDuringMaintenance.php Upgrade to Laravel 10 2023-02-18 09:34:57 +00:00
RedirectIfAuthenticated.php Upgrade to Laravel 10 2023-02-18 09:34:57 +00:00
TrimStrings.php Upgrade to Laravel 10 2023-02-18 09:34:57 +00:00
TrustHosts.php Upgrade to Laravel 10 2023-02-18 09:34:57 +00:00
TrustProxies.php Upgrade to Laravel 10 2023-02-18 09:34:57 +00:00
ValidateSignature.php Remove psalm annotations 2025-04-10 20:09:36 +01:00
VerifyCsrfToken.php Upgrade to Laravel 10 2023-02-18 09:34:57 +00:00
VerifyMicropubToken.php Refactor of micropub request handling 2025-04-27 16:38:25 +01:00