Skip to content

Commit d329eba

Browse files
committed
chore(release): 9.6.1
1 parent 8167bd0 commit d329eba

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.6.1](https://github.com/panva/node-oidc-provider/compare/v9.6.0...v9.6.1) (2026-02-19)
6+
7+
8+
### Refactor
9+
10+
* extract NON_REJECTABLE_CLAIMS into shared constant ([2b7c025](https://github.com/panva/node-oidc-provider/commit/2b7c025b0e295ccb433928988b1e994a26d15ae2))
11+
* extract shared grant handler helpers to reduce duplication ([f5eee9e](https://github.com/panva/node-oidc-provider/commit/f5eee9e0e5c11a80053401d3edebbdfe0078c6eb))
12+
* extract shared token finder for introspection and revocation ([666c2b0](https://github.com/panva/node-oidc-provider/commit/666c2b09a394cdd154c6e40eb8ae7f1920403e46))
13+
14+
15+
### Fixes
16+
17+
* required PAR should not affect CIBA and DAG ([8167bd0](https://github.com/panva/node-oidc-provider/commit/8167bd0277556f374247e26eaeae14e5a40000e7))
18+
519
## [9.6.0](https://github.com/panva/node-oidc-provider/compare/v9.5.2...v9.6.0) (2025-12-07)
620

721

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.6.0",
3+
"version": "9.6.1",
44
"description": "OAuth 2.0 Authorization Server implementation for Node.js with OpenID Connect",
55
"keywords": [
66
"appauth",

0 commit comments

Comments
 (0)