oidc-provider
Advanced tools
Comparing version 8.1.2 to 8.2.0
@@ -112,2 +112,3 @@ import * as url from 'node:url'; | ||
grant: oidc.grant, | ||
cid: oidc.entities.Interaction?.cid || nanoid(), | ||
...(oidc.deviceCode ? { deviceCode: oidc.deviceCode.jti } : undefined), | ||
@@ -114,0 +115,0 @@ }); |
@@ -69,4 +69,5 @@ import instance from '../helpers/weak_cache.js'; | ||
'deviceCode', | ||
'cid', | ||
]; | ||
} | ||
}; |
{ | ||
"name": "oidc-provider", | ||
"version": "8.1.2", | ||
"version": "8.2.0", | ||
"description": "OAuth 2.0 Authorization Server implementation for Node.js with OpenID Connect", | ||
@@ -82,3 +82,3 @@ "keywords": [ | ||
"desm": "^1.3.0", | ||
"eslint": "^8.38.0", | ||
"eslint": "^8.39.0", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
@@ -85,0 +85,0 @@ "eslint-plugin-import": "^2.27.5", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
527698
13688