Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f3e302d

Browse filesBrowse files
committed
chore(release): 9.0.1
1 parent 5f01eda commit f3e302d
Copy full SHA for f3e302d

File tree

3 files changed

+24
-3
lines changed
Filter options

3 files changed

+24
-3
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
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.0.1](https://github.com/panva/node-oidc-provider/compare/v9.0.0...v9.0.1) (2025-04-17)
6+
7+
8+
### Documentation
9+
10+
* mark experimental features more distinctly ([986adc5](https://github.com/panva/node-oidc-provider/commit/986adc5904841bae45e50f9aec486986534d36a0))
11+
* update references and styling of spec links ([a4787b8](https://github.com/panva/node-oidc-provider/commit/a4787b87084dd90c94043cfabfaa317fc3c4021c))
12+
13+
14+
### Fixes
15+
16+
* DCR endpoints only include www-authenticate for non-registration related errors ([9a864d6](https://github.com/panva/node-oidc-provider/commit/9a864d6e1af242ceb6456f2473a1925c112367b5))
17+
18+
19+
### Refactor
20+
21+
* client schema defaults and static props ([843943d](https://github.com/panva/node-oidc-provider/commit/843943d871d05445e6af2dc8fcd636f73a2751a6))
22+
* handle frame-ancestors in wmrm without a regexp ([4f85585](https://github.com/panva/node-oidc-provider/commit/4f8558525f0e8025abdaa38c29eff23085694775))
23+
* push multiple elements to the recognized array in client_schema ([d478a8b](https://github.com/panva/node-oidc-provider/commit/d478a8bd8a3ab539cde5d695ef8a3f06c63e7778))
24+
* simpler DCR validate registration access token ([5f01eda](https://github.com/panva/node-oidc-provider/commit/5f01edadb81e7a9b739f65c31b738f41a7a6898e))
25+
526
## [9.0.0](https://github.com/panva/node-oidc-provider/compare/v8.8.1...v9.0.0) (2025-04-15)
627

728

‎package-lock.json

Copy file name to clipboardExpand all lines: package-lock.json
+2-2Lines 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

Copy file name to clipboardExpand all lines: package.json
+1-1Lines 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.0.0",
3+
"version": "9.0.1",
44
"description": "OAuth 2.0 Authorization Server implementation for Node.js with OpenID Connect",
55
"keywords": [
66
"appauth",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.