Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PKCE support #51

Merged
merged 1 commit into from
Sep 6, 2023
Merged

Add PKCE support #51

merged 1 commit into from
Sep 6, 2023

Conversation

weavejester
Copy link
Owner

Proof Key for Code Exchange (PKCE) is an extension to the Authorization Code flow to prevent CSRF and authorization code injection attacks. This PR adds the :pkce? option, disabled by default.

This PR continues on from #48, which was abandoned by the original author. Failing tests and formatting errors have been fixed.

Proof Key for Code Exchange (PKCE) is an extension to the Authorization
Code flow to prevent CSRF and authorization code injection attacks. This
commit adds the :pkce? option, disabled by default.

See: https://oauth.net/2/pkce/

Co-authored-by: James Reeves <[email protected]>
@weavejester weavejester merged commit 698f671 into master Sep 6, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants