Skip to content

Feature request: PKCE #603

Closed
Closed
@tonimelisma

Description

@tonimelisma

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions