Comparing version 0.1.2 to 0.1.3
11
index.js
@@ -27,5 +27,12 @@ /* | ||
exports.BYU_JWT_HEADER_CURRENT = 'X-JWT-Assertion'; | ||
exports.BYU_JWT_HEADER_ORIGINAL = 'X-JWT-Assertion-Original'; | ||
Object.defineProperty(exports, 'BYU_JWT_HEADER_CURRENT', { | ||
value: 'X-JWT-Assertion', | ||
writable: false | ||
}); | ||
Object.defineProperty(exports, 'BYU_JWT_HEADER_ORIGINAL', { | ||
value: 'X-JWT-Assertion-Original', | ||
writable: false | ||
}); | ||
exports.cacheWellknowns = false; | ||
@@ -32,0 +39,0 @@ |
{ | ||
"name": "byu-jwt", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "The byu-jwt module provides helpful functions to retrieve a specified BYU .well-known URL and verify BYU signed JWTs.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
24588
205