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 (RFC 7636) #72

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

eikemeier
Copy link

OAuth 2.0 security best current practice draft recommends using PKCE: https://www.ietf.org/archive/id/draft-ietf-oauth-security-topics-22.html#section-2.1.1-2.2.1

There is a feature request to integrate PKCE into golang.org/x/oauth2, but currently no native support.

@ewanharris
Copy link
Contributor

Thanks for the PR @eikemeier, let me discuss with the team how we'd like to approach this (we tend to try and keep the samples aligned with their quickstart) and get back to you.

OAuth 2.0 security best current practice draft recommends using PKCE:
https://www.ietf.org/archive/id/draft-ietf-oauth-security-topics-22.html#section-2.1.1-2.2.1

Signed-off-by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
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

2 participants