Files
Max Isbey 6faabbe244 Apply the request body limit to the OAuth authorization server endpoints
create_auth_routes now wraps its endpoints in RequestBodyLimitMiddleware,
so /token, /revoke, /register and POST /authorize answer 413 to bodies
over the 4 MiB default before any form or JSON parsing. The limit sits
inside the CORS wrapper so browser clients still get CORS headers on the
413; GET and OPTIONS requests pass through untouched.
2026-08-19 15:30:44 +00:00
..