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

Prevent PKCE Downgrade Attack #1326

Merged
merged 4 commits into from
Feb 15, 2023

Conversation

Sephster
Copy link
Member

This PR prevents a potential PKCE downgrade attack by rejecting access token requests that contain a code_verifier but have not been bound to a code_challenge as per internet draft OAuth 2.0 Security Best Current Practice

@Sephster Sephster merged commit 3028f3f into master Feb 15, 2023
@Sephster Sephster deleted the enforce-code-verifier-if-challenge-present branch February 15, 2023 16:01
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.

None yet

1 participant