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 8.4.4 to 8.4.5

1

lib/actions/authorization/process_request_object.js

@@ -288,2 +288,3 @@ import * as JWT from '../../helpers/jwt.js';

params.dpop_jkt = ctx.oidc.entities.PushedAuthorizationRequest.dpopJkt;
ctx.oidc.trusted?.push('dpop_jkt');
}

@@ -290,0 +291,0 @@

@@ -18,2 +18,3 @@ import htmlSafe from '../helpers/html_safe.js';

ctx.body = `<!DOCTYPE html>
<html>
<head>

@@ -20,0 +21,0 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge">

3

lib/response_modes/web_message.js

@@ -28,2 +28,3 @@ import jsesc from 'jsesc';

ctx.body = `<!DOCTYPE html>
<html>
<head>

@@ -46,3 +47,3 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge">

var respond = function (target, origin) {
document.scripts[0].parentElement.removeChild(document.scripts[0]);
doc.scripts[0].parentElement.removeChild(doc.scripts[0]);
target.postMessage(authorization_response, origin);

@@ -49,0 +50,0 @@ win.close();

{
"name": "oidc-provider",
"version": "8.4.4",
"version": "8.4.5",
"description": "OAuth 2.0 Authorization Server implementation for Node.js with OpenID Connect",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is too big to display

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