Skip to content

Support PKCE (RFC 7636) #171

@alex-ng-wesoft

Description

@alex-ng-wesoft

Per the current OAuth 2.0 Security Best Current Practice:

Clients MUST prevent injection (replay) of authorization codes into
the authorization response by attackers.  Public clients MUST use
PKCE [RFC7636] to this end.  For confidential clients, the use of
PKCE [RFC7636] is RECOMMENDED.

It would be nice for this library to implement PKCE so the best current practice is followed.
In addition, the current OAuth 2.1 draft requires PKCE, so implementing support now would make supporting OAuth 2.1 easier in the future (if desired).

Anyways, thanks for the work so far on the library!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions