Closed
Description
Many OAuth providers no longer support many flows without PKCE, yet the oauth2
library doesn't have any built-in support. Generating code code verifiers and challenges must be done with a third party library, both need to be attached via unspecified Auth URL Parameters, etc.
Would there be interest in merging a PR that provided
- Functions to generate code verifiers and challenges
- Included them in authentication and token exchange flows as part of standard data structures with clear PKCE semantics
- Included working example code in documentation for above