most-river-7586
11/09/2023, 8:13 AMcode_verifier
when using PKCE on Hydra's /oauth2/token
endpoint?
According to the docs on PKCE, I should pass code_verifier
as a query param.
But this query param isn't documented in Hydra's /oauth2/token endpoint.
Also, code_verifier
doesn't seem to be an option in Hydra's HandleOAuth2AuthorizationRequest handler function (although I'm not familiar with Hydra's codebase)