openid-client
Advanced tools
Comparing version 5.7.0 to 5.7.1
@@ -95,5 +95,2 @@ const jose = require('jose'); | ||
const timestamp = now(); | ||
const audience = [ | ||
...new Set([this.issuer.issuer, this.issuer.token_endpoint].filter(Boolean)), | ||
]; | ||
@@ -106,3 +103,3 @@ const assertion = await clientAssertion.call(this, endpoint, { | ||
sub: this.client_id, | ||
aud: audience, | ||
aud: this.issuer.issuer, | ||
...clientAssertionPayload, | ||
@@ -109,0 +106,0 @@ }); |
{ | ||
"name": "openid-client", | ||
"version": "5.7.0", | ||
"version": "5.7.1", | ||
"description": "OpenID Connect Relying Party (RP, Client) implementation for Node.js runtime, supports passportjs", | ||
@@ -25,4 +25,4 @@ "keywords": [ | ||
], | ||
"homepage": "https://github.com/panva/node-openid-client", | ||
"repository": "panva/node-openid-client", | ||
"homepage": "https://github.com/panva/openid-client", | ||
"repository": "panva/openid-client", | ||
"funding": { | ||
@@ -29,0 +29,0 @@ "url": "https://github.com/sponsors/panva" |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
135714
3701