@upandgo/verify-cognito-token
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -62,3 +62,3 @@ "use strict"; | ||
const verifyPromised = (0, util_1.promisify)(jsonwebtoken.verify.bind(jsonwebtoken)); | ||
const cognitoIssuer = `https:cognito-idp.${this.cognitoConfig.region}.amazonaws.com/${this.cognitoConfig.userPoolId}`; | ||
const cognitoIssuer = `https://cognito-idp.${this.cognitoConfig.region}.amazonaws.com/${this.cognitoConfig.userPoolId}`; | ||
try { | ||
@@ -65,0 +65,0 @@ const tokenSections = (token || '').split('.'); |
{ | ||
"name": "@upandgo/verify-cognito-token", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "custom token verification for uag", | ||
@@ -5,0 +5,0 @@ "repository": "git@gitlab.com:agence-upandgo/librairies/verify-cognito-token.git", |
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
32278