passport-keycloak-bearer
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "passport-keycloak-bearer", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "HTTP Bearer authentication strategy for Passport and Keycloak", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -48,3 +48,4 @@ const request = require('request-promise-native') | ||
const response = await request.get(jwksUri, { json: true }) | ||
return this.getKeysFromResponse(response) | ||
this.keys = this.getKeysFromResponse(response) | ||
return this.keys | ||
} catch (error) { | ||
@@ -51,0 +52,0 @@ const errorMsg = `Cannot get AAD signing Keys from url ${jwksUri}. We got a ${ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
14423
209
0