We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Specify your setup
release-5.0.0
Describe the bug
PR #197 fix got removed after a merge commit.
More specifically this merge commit: 6758bff
To Reproduce
This bug is currently present on the release-5.0.0 branch.
node-oauth2-server/lib/handlers/authorize-handler.js
Line 370 in b97f6c7
Line 381 in b97f6c7
Expected behavior
Should also receive the code_challenge and code_challenge_method through the query params.
code_challenge
code_challenge_method
getCodeChallenge (request) { return request.body.code_challenge || request.query.code_challenge; }
getCodeChallengeMethod (request) { const algorithm = request.body.code_challenge_method || request.query.code_challenge_method; ... }
Additional context
None
The text was updated successfully, but these errors were encountered:
Thank you for reporting @mthlemos I will try to cherry pick this one and create a new RC (which is still pending since I was on vacation)
Sorry, something went wrong.
@mthlemos added this again in https://github.com/node-oauth/node-oauth2-server/releases/tag/v5.0.0-rc.5 feel free to reopen if the issue persists in rc5
Thank you very much for the quick fix @jankapunkt!
No branches or pull requests
Specify your setup
release-5.0.0
branchDescribe the bug
PR #197 fix got removed after a merge commit.
More specifically this merge commit: 6758bff
To Reproduce
This bug is currently present on the
release-5.0.0
branch.node-oauth2-server/lib/handlers/authorize-handler.js
Line 370 in b97f6c7
node-oauth2-server/lib/handlers/authorize-handler.js
Line 381 in b97f6c7
Expected behavior
Should also receive the
code_challenge
andcode_challenge_method
through the query params.Additional context
None
The text was updated successfully, but these errors were encountered: