Skip to content

merge release 4.3.0 into master #172

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

Merged
merged 28 commits into from
Nov 28, 2022
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
6e3298a
feature(pkce): added pkce support
jankapunkt Nov 25, 2021
5d95e40
Merge branch 'development' into feature-pkce
Uzlopak Dec 18, 2021
f67f02b
fixed order of checks for issue 89 point 11, original pr 565
Dec 26, 2021
0b3e127
build(deps-dev): bump mocha from 9.2.2 to 10.0.0
dependabot[bot] Jun 6, 2022
c05e487
build(deps-dev): bump sinon from 13.0.1 to 14.0.0
dependabot[bot] Jun 6, 2022
75146f2
fix(build): update node versions to be >=14
jankapunkt Aug 25, 2022
7191c29
Merge pull request #156 from node-oauth/fix-update-node-versions
jankapunkt Aug 25, 2022
ddc3833
Merge branch 'v4.3.0-dev' into dependabot/npm_and_yarn/mocha-10.0.0
jankapunkt Aug 25, 2022
6bafe0e
Merge branch 'v4.3.0-dev' into feature-pkce
jankapunkt Aug 25, 2022
7a61930
Merge branch 'v4.3.0-dev' into 89_11_565
jankapunkt Aug 25, 2022
30b1854
Merge branch 'v4.3.0-dev' into dependabot/npm_and_yarn/sinon-14.0.0
jankapunkt Aug 25, 2022
5e658fb
Merge pull request #146 from node-oauth/dependabot/npm_and_yarn/sinon…
jankapunkt Aug 25, 2022
c2d108d
Merge pull request #145 from node-oauth/dependabot/npm_and_yarn/mocha…
jankapunkt Aug 25, 2022
848b0bb
Merge pull request #112 from FStefanni/89_11_565
jankapunkt Aug 25, 2022
3242fc2
save code challenge with authorization code
martinssonj Sep 26, 2022
c599cb4
Use default code challenge method plain if missing
martinssonj Oct 10, 2022
c597a24
only add code challenge properties to code when codeChallenge and cod…
martinssonj Oct 31, 2022
19f7dc4
feature(pkce): save code challenge with authorization code
jankapunkt Oct 31, 2022
bdd941e
Merge branch 'v4.3.0-dev' into feature-pkce
jankapunkt Oct 31, 2022
6e6edcb
fix(tests): move same line statements in seperate lines
jankapunkt Nov 27, 2022
2411f92
compliance(pkce): throw InvalidRequestError if code request contains …
jankapunkt Nov 27, 2022
b799985
test(pkce): added test for bypassed saving unsupported code challenge…
jankapunkt Nov 28, 2022
a4af0e9
feature(pkce): added pkce support
jankapunkt Nov 28, 2022
b66d66c
Merge pull request #171 from node-oauth/v4.3.0-dev
jankapunkt Nov 28, 2022
40b6ebd
build(core): bump version to 4.3.0
jankapunkt Nov 28, 2022
0e818c1
ci: remove caching from release tests as it breaks with our removed p…
jankapunkt Nov 28, 2022
2418cfa
ci: add bluebird as explicit dependency to integration test with expr…
jankapunkt Nov 28, 2022
cf7b701
ci: skip node 16 and 18 for integration tests until we remove legacy …
jankapunkt Nov 28, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build(core): bump version to 4.3.0
  • Loading branch information
jankapunkt committed Nov 28, 2022
commit 40b6ebdd61c53ce4a108c24047d0f0fde33bdd8d
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@node-oauth/oauth2-server",
"description": "Complete, framework-agnostic, compliant and well tested module for implementing an OAuth2 Server in node.js",
"version": "4.2.0",
"version": "4.3.0",
"keywords": [
"oauth",
"oauth2"
Expand Down