Skip to content

Commit a7bc5c3

Browse files
committed
chore(release): 9.7.1
1 parent 81538bf commit a7bc5c3

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [9.7.1](https://github.com/panva/node-oidc-provider/compare/v9.7.0...v9.7.1) (2026-03-18)
6+
7+
8+
### Refactor
9+
10+
* **CIMD:** filter unrecognized array members before validating ([969edba](https://github.com/panva/node-oidc-provider/commit/969edbaee66aae84bb50433c66efde774a261594)), closes [#1398](https://github.com/panva/node-oidc-provider/issues/1398)
11+
* fetch_body_check.js now returns early when limit is Infinite ([a794f51](https://github.com/panva/node-oidc-provider/commit/a794f518175b089b5f4ee483d7206180c5aeab0f))
12+
* fixup grant_types and response_types mismatch instead of rejecting ([81538bf](https://github.com/panva/node-oidc-provider/commit/81538bf55ae3fc963f6d8cd4ed8f8c801ff48ee2))
13+
* process client schema after custom metadata processing ([35fb736](https://github.com/panva/node-oidc-provider/commit/35fb736a0d927dbf92b555b067b267f7146e2158))
14+
* pull csrf into a shared module ([6239f17](https://github.com/panva/node-oidc-provider/commit/6239f175a8ce3467db171f6e24969945ff19b91f))
15+
516
## [9.7.0](https://github.com/panva/node-oidc-provider/compare/v9.6.1...v9.7.0) (2026-03-06)
617

718

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oidc-provider",
3-
"version": "9.7.0",
3+
"version": "9.7.1",
44
"description": "OAuth 2.0 Authorization Server implementation for Node.js with OpenID Connect",
55
"keywords": [
66
"appauth",

0 commit comments

Comments
 (0)