brightspace-auth-provisioning
Advanced tools
Comparing version 6.0.0 to 6.0.1
{ | ||
"name": "brightspace-auth-provisioning", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "Make token assertions against an auth service", | ||
@@ -15,3 +15,3 @@ "main": "src/index.js", | ||
"peerDependencies": { | ||
"brightspace-auth-keys": "6.0.0" | ||
"brightspace-auth-keys": "6.0.1" | ||
}, | ||
@@ -18,0 +18,0 @@ "author": "D2L Corporation", |
@@ -113,3 +113,4 @@ 'use strict'; | ||
.then(function(signingKey) { | ||
if ('object' !== typeof signingKey | ||
if (null === signingKey | ||
|| 'object' !== typeof signingKey | ||
|| 'string' !== typeof signingKey.kid | ||
@@ -116,0 +117,0 @@ || 'string' !== typeof signingKey.pem |
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
22025
229