-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Labels
authIssues and PRs related to Authentication / OAuthIssues and PRs related to Authentication / OAuthenhancementNew feature or requestNew feature or request
Description
Description
The OAuthClientProvider
interfaces should look more like the Typescript SDK's provider instead, which is less opinionated about how the code verifier and redirect uri are consumed and subsequently exchanged into a token.
Currently, the Python SDK's version makes assumptions about the end-to-end flow that prevent usage in scenarios where e.g. I want to store the verifier/uri in the DB and run the callback "out-of-band".
References
Metadata
Metadata
Assignees
Labels
authIssues and PRs related to Authentication / OAuthIssues and PRs related to Authentication / OAuthenhancementNew feature or requestNew feature or request