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

Pkce challenge code empty #221

Merged
merged 3 commits into from
Sep 23, 2019
Merged

Pkce challenge code empty #221

merged 3 commits into from
Sep 23, 2019

Conversation

benprime
Copy link
Contributor

Description

Fix to resolve #216 by updating utility method that is causing a blank challenge_code to be provided to the authorize endpoint.

Testing

Test added to verify bufferToBase64UrlEncoded returns correct value. It was returning a blank string previously.

  • This change adds test coverage for new/changed/fixed functionality

Checklist

  • I have added documentation for new/changed functionality in this PR or in auth0.com/docs
  • All active GitHub checks for tests, formatting, and security are passing
  • The correct base branch is being used, if not master.

@benprime benprime requested a review from a team September 20, 2019 21:59
@joshcanhelp joshcanhelp requested review from luisrudge and removed request for a team September 23, 2019 15:15
@luisrudge luisrudge merged commit 752615b into auth0:master Sep 23, 2019
@luisrudge
Copy link
Contributor

@benprime thank you so much for reporting and sending a PR with this. I did some changes to fix the IE11 issue (that's when we introduced this bug). 🎉

@benprime
Copy link
Contributor Author

@luisrudge Not a problem! Thanks for the quick merge!

@luisrudge
Copy link
Contributor

Released in 1.2.4 🎉

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.

code_challenge is empty
2 participants