[RFC] Support for code_verifier OAuth parameter in OauthClient class #312
micahwedemeyer
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It looks like the OAuth flow in the OauthClient class does not include the code_verifier parameter, neither in the
getAuthorizationURL
function, nor in thecreateCredential
function. Please add support for this parameter.For more information, see the PKCE description on this page.
Beta Was this translation helpful? Give feedback.
All reactions