You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems there is no way to pass custom parameters to token_uri. So I want to do a PKCE flow where a custom parameter should be passed both to the authorize_uri (#180) and when code is obtained and exchanged at token_uri, to token_uri as well.
Looking at code here I am confused, it looks like passed params are not added to req at all. Moreover, I do not see any way to pass params in at all. Is this something which is half-done and has not been tested properly?
The text was updated successfully, but these errors were encountered:
It seems there is no way to pass custom parameters to
token_uri
. So I want to do a PKCE flow where a custom parameter should be passed both to theauthorize_uri
(#180) and when code is obtained and exchanged attoken_uri
, totoken_uri
as well.Looking at code here I am confused, it looks like passed
params
are not added toreq
at all. Moreover, I do not see any way to passparams
in at all. Is this something which is half-done and has not been tested properly?The text was updated successfully, but these errors were encountered: