passport-keycloak-bearer
Advanced tools
Comparing version 1.1.0-beta to 1.1.0
@@ -71,3 +71,3 @@ "use strict"; | ||
const err = new Error(`No key matching kid ${token.header.kid}`); | ||
this.log.warn(err); | ||
this.log.warn(err.message); | ||
done(err); | ||
@@ -74,0 +74,0 @@ } else { |
{ | ||
"name": "passport-keycloak-bearer", | ||
"version": "1.1.0-beta", | ||
"version": "1.1.0", | ||
"description": "HTTP Bearer authentication strategy for Passport and Keycloak", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -0,0 +0,0 @@ # passport-keycloak-bearer |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
17223
0
0