Comparing version 0.0.2 to 0.0.3
@@ -25,3 +25,3 @@ var Promise = require('bluebird'); | ||
.then(function (result) { | ||
wellKnowns[wellKnownURL].openid_configuration = JSON.parse(result[1]); | ||
wellKnowns[wellKnownURL].openid_configuration = JSON.parse(result.body); | ||
return wellKnowns[wellKnownURL].openid_configuration; | ||
@@ -28,0 +28,0 @@ } |
{ | ||
"name": "byu-jwt", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "BYU JWT Toolkit", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
16938