Skip to content

Commit

Permalink
chore(release): 8.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Nov 21, 2024
1 parent 82d4e50 commit 8f49b7c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.

## [8.6.0](https://github.com/panva/node-oidc-provider/compare/v8.5.3...v8.6.0) (2024-11-21)


### Features

* add a helper for asserting JWT Client Auth claims and header ([82d4e50](https://github.com/panva/node-oidc-provider/commit/82d4e506c8d2dd807c4a0211770dc172f541ba2a))


### Documentation

* update verbiage "provider" > "authorization server" ([3768192](https://github.com/panva/node-oidc-provider/commit/3768192b811452c046e5e3f8b5bc43f6e041c2ec))


### Refactor

* move assertJwtClaimsAndHeader after regular JWT claims set validation ([05f6bf4](https://github.com/panva/node-oidc-provider/commit/05f6bf489b66bd35d8be80cdad64605ef33a7dfc))

## [8.5.3](https://github.com/panva/node-oidc-provider/compare/v8.5.2...v8.5.3) (2024-11-05)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oidc-provider",
"version": "8.5.3",
"version": "8.6.0",
"description": "OAuth 2.0 Authorization Server implementation for Node.js with OpenID Connect",
"keywords": [
"appauth",
Expand Down

0 comments on commit 8f49b7c

Please sign in to comment.