oidc-provider
Advanced tools
Comparing version 8.4.4 to 8.4.5
@@ -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"> |
@@ -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
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
528854
13739