Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

oidc-provider

Package Overview
Dependencies
Maintainers
1
Versions
339
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oidc-provider - npm Package Compare versions

Comparing version 7.14.0 to 7.14.1

4

lib/actions/registration.js

@@ -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": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc