oidc-provider
Advanced tools
Comparing version 7.14.0 to 7.14.1
@@ -42,3 +42,3 @@ const omitBy = require('../helpers/_/omit_by'); | ||
const client = await ctx.oidc.provider.Client.find(ctx.params.clientId); | ||
const client = await ctx.oidc.provider.Client.find(decodeURIComponent(ctx.params.clientId)); | ||
@@ -143,3 +143,3 @@ if (!client || client.clientId !== regAccessToken.clientId) { | ||
registration_client_uri: ctx.oidc.urlFor('client', { | ||
clientId: properties.client_id, | ||
clientId: encodeURIComponent(properties.client_id), | ||
}), | ||
@@ -146,0 +146,0 @@ registration_access_token: await rat.save(), |
{ | ||
"name": "oidc-provider", | ||
"version": "7.14.0", | ||
"version": "7.14.1", | ||
"description": "OAuth 2.0 Authorization Server implementation for Node.js with OpenID Connect", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
562790