-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Description
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!
arlina-espinoza
Metadata
Metadata
Assignees
Labels
No labels