-
-
Notifications
You must be signed in to change notification settings - Fork 51
Development #260
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
Development #260
Conversation
# Conflicts: # lib/grant-types/refresh-token-grant-type.js # package-lock.json
Merge pull request #109 from dsschiramm/development Thanks to @dsschiramm
Bumps [sinon](https://github.com/sinonjs/sinon) from 15.1.0 to 15.2.0. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](sinonjs/sinon@v15.1.0...v15.2.0) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…isify-any Merge pull request #190 from node-oauth/refactor-native-promises
Bumps [eslint](https://github.com/eslint/eslint) from 8.42.0 to 8.44.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.42.0...v8.44.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…n body Merge pull request #197 from node-oauth/fix-pkce-missing-query
…t-8.44.0 build(deps-dev): bump eslint from 8.42.0 to 8.44.0
Release 5.0.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is actually a blocking point for those who want to use pkce since challenge in authorize are never located in request body.
@eddy-minet-holis I think I don't understand, does release |
@jorenvandeweyer I added three missing files that were removed by merge-override. Master should not again point to the same HEAD as development. From here we should work keep up working on development and merge into the respective target branches. Edit: would you mind to review and approve again? |
Approved it again. @jankapunkt I also suggest we stop using So to clarify
I suggest we clean up and delete all our branches
|
@jorenvandeweyer I fully agree with your proposal. |
Yes. And I think the fix should be applied for 4.3 users. req.body.code_challenge = req.query.code_challenge; talking about: commit ca43d4a |
@eddy-minet-holis I published a fix as @jorenvandeweyer in concordance with your proposed branch structure I also aligned the NPM tags:
see: https://www.npmjs.com/package/@node-oauth/oauth2-server?activeTab=versions |
Works great in 4.3.3, thanks! |
Merge development into master, making 5.0.0 the new stable