oidc-provider
Advanced tools
Comparing version 8.2.1 to 8.2.2
@@ -195,3 +195,6 @@ import difference from '../../helpers/_/difference.js'; | ||
at.resourceServer = new ctx.oidc.provider.ResourceServer(resource, resourceServerInfo); | ||
at.scope = grant.getResourceScopeFiltered(resource, scope); | ||
at.scope = grant.getResourceScopeFiltered( | ||
resource, | ||
[...scope].filter(Set.prototype.has.bind(at.resourceServer.scopes)), | ||
); | ||
} else { | ||
@@ -198,0 +201,0 @@ at.claims = refreshToken.claims; |
{ | ||
"name": "oidc-provider", | ||
"version": "8.2.1", | ||
"version": "8.2.2", | ||
"description": "OAuth 2.0 Authorization Server implementation for Node.js with OpenID Connect", | ||
@@ -62,4 +62,4 @@ "keywords": [ | ||
"debug": "^4.3.4", | ||
"eta": "^2.0.1", | ||
"got": "^12.6.0", | ||
"eta": "^2.2.0", | ||
"got": "^13.0.0", | ||
"jose": "^4.14.4", | ||
@@ -75,3 +75,3 @@ "jsesc": "^3.0.2", | ||
"devDependencies": { | ||
"@fastify/middie": "^8.2.0", | ||
"@fastify/middie": "^8.3.0", | ||
"@hapi/hapi": "^21.3.2", | ||
@@ -84,3 +84,3 @@ "@koa/ejs": "^5.1.0", | ||
"desm": "^1.3.0", | ||
"eslint": "^8.40.0", | ||
"eslint": "^8.41.0", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
@@ -90,3 +90,3 @@ "eslint-plugin-import": "^2.27.5", | ||
"fastify": "^4.17.0", | ||
"helmet": "^6.1.5", | ||
"helmet": "^7.0.0", | ||
"koa-body": "^6.0.1", | ||
@@ -100,3 +100,3 @@ "koa-mount": "^4.0.0", | ||
"selfsigned": "^2.1.1", | ||
"sinon": "^15.0.4", | ||
"sinon": "^15.1.0", | ||
"supertest": "^6.3.3", | ||
@@ -103,0 +103,0 @@ "timekeeper": "^2.2.0" |
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
527748
13690
+ Addedgot@13.0.0(transitive)
- Removedgot@12.6.1(transitive)
Updatedeta@^2.2.0
Updatedgot@^13.0.0