Skip to content

Commit 81c48ef

Browse files
committed
chore(release): 5.7.1
1 parent 2582859 commit 81c48ef

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
## [5.7.1](https://github.com/panva/openid-client/compare/v5.7.0...v5.7.1) (2024-11-22)
6+
7+
8+
### Refactor
9+
10+
* jwt client authentication audience is now an issuer identifier string ([0b05217](https://github.com/panva/openid-client/commit/0b05217e7f283b75fd93c27c0f8c647f37501a33))
11+
512
## [5.7.0](https://github.com/panva/node-openid-client/compare/v5.6.5...v5.7.0) (2024-09-09)
613

714

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openid-client",
3-
"version": "5.7.0",
3+
"version": "5.7.1",
44
"description": "OpenID Connect Relying Party (RP, Client) implementation for Node.js runtime, supports passportjs",
55
"keywords": [
66
"auth",

0 commit comments

Comments
 (0)