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

Fix incorrect PKCE code challenge generation #187

Merged
merged 3 commits into from Jan 5, 2024

Conversation

mrashed-dev
Copy link
Collaborator

Description

This PR fixes the PKCE code challenge generation; the correct method the API wants is for us to base64 encode the hex string as opposed to base64 encoding resulting hashed bytearray directly.

License

I confirm that this contribution is made under the terms of the MIT license and that I have the authority necessary to make this contribution on behalf of its copyright owner.

@mrashed-dev mrashed-dev merged commit c5d5d4f into v2.0.0-beta Jan 5, 2024
1 check passed
@mrashed-dev mrashed-dev deleted the v2-fix-oauth-pkce-generation branch January 5, 2024 16:30
@mrashed-dev mrashed-dev mentioned this pull request Jan 9, 2024
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