How do I pass in a `code_verifier` when using PKCE...
# talk-hydra
m
How do I pass in a
code_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)