Skip to content

Commit 8ec58b2

Browse files
committed
chore(release): 9.3.0
1 parent 30367af commit 8ec58b2

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
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.3.0](https://github.com/panva/node-oidc-provider/compare/v9.2.0...v9.3.0) (2025-07-16)
6+
7+
8+
### Features
9+
10+
* **revocation:** add an allowed token revocation policy helper ([a7e47e4](https://github.com/panva/node-oidc-provider/commit/a7e47e4cc700722ed826c2a86a3aabb4fd1846ee))
11+
12+
13+
### Documentation
14+
15+
* update README.md ([857c34d](https://github.com/panva/node-oidc-provider/commit/857c34d2c9816af309933f2eb4d6fcb84306d167))
16+
17+
18+
### Fixes
19+
20+
* **introspection:** use unsupported_token_type to indicate structured jwt tokens cannot be introspected ([c9001be](https://github.com/panva/node-oidc-provider/commit/c9001be07d8f5a0ff32efcc61f5bdfec7bdda3fb))
21+
* **revocation:** use unsupported_token_type to indicate structured jwt tokens cannot be revoked ([b45b00c](https://github.com/panva/node-oidc-provider/commit/b45b00caad804894f225ddffcaaf84226172ae43))
22+
23+
24+
### Refactor
25+
26+
* pull structured token rejection to a shared middleware ([30367af](https://github.com/panva/node-oidc-provider/commit/30367af7ea6a5a399785d8fd78f7a499d4f7ae48))
27+
528
## [9.2.0](https://github.com/panva/node-oidc-provider/compare/v9.1.3...v9.2.0) (2025-06-24)
629

730

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

0 commit comments

Comments
 (0)