We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
extraRefreshParams
If extraRefreshParams are provided, then the grant_type, refresh_token, and client_id are no longer sent.
grant_type
refresh_token
client_id
Permalink to bug in master:
oauth2-auth-code-pkce/index.ts
Lines 388 to 390 in 89f3893
I think this should actually be (untested):
if (extraRefreshParams) { body = `${body}&${OAuth2AuthCodePKCE.objectToQueryString(extraRefreshParams)}` }
The text was updated successfully, but these errors were encountered:
Thanks @chasecaleb !
Sorry, something went wrong.
No branches or pull requests
If
extraRefreshParams
are provided, then thegrant_type
,refresh_token
, andclient_id
are no longer sent.Permalink to bug in master:
oauth2-auth-code-pkce/index.ts
Lines 388 to 390 in 89f3893
I think this should actually be (untested):
The text was updated successfully, but these errors were encountered: