mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-09-25 09:04:53 +00:00
Captures the raw query parameters from the downstream OAuth2 authorization request, so they can later be referenced from templated upstream authorization parameters. Existing call sites pass an empty map; a follow-up commit will wire the downstream authorization handler to to capture the real query parameters.