eservices-back-core
Advanced tools
Comparing version 1.0.76 to 1.0.77
@@ -23,3 +23,3 @@ "use strict"; | ||
if (accessToken.isExpired()) { | ||
loggerTokens.debug(`Refresh token ${accessToken.slice(3)}...${accessToken.slice(-3)}`, req.oidc); | ||
loggerTokens.debug(`Refresh token ${accessToken.substring(0, 3)}...${accessToken.slice(-3)}`, req.oidc); | ||
accessToken = yield accessToken.refresh(); | ||
@@ -29,3 +29,3 @@ } | ||
req.userInfo = yield req.oidc.fetchUserInfo(); | ||
logger.info(`name: ${req.userInfo.name}, userId ${req.userInfo['AppRegister.Claim.UserId']}, scope ${req.userInfo['AppRegister.Claim.Application']}, token ${(_a = req.__token) === null || _a === void 0 ? void 0 : _a.slice(3)}...${(_b = req.__token) === null || _b === void 0 ? void 0 : _b.slice(-3)}`); | ||
logger.info(`name: ${req.userInfo.name}, userId ${req.userInfo['AppRegister.Claim.UserId']}, scope ${req.userInfo['AppRegister.Claim.Application']}, token ${(_a = req.__token) === null || _a === void 0 ? void 0 : _a.substring(0, 3)}...${(_b = req.__token) === null || _b === void 0 ? void 0 : _b.slice(-3)}`); | ||
loggerTokens.debug(req.__token); | ||
@@ -32,0 +32,0 @@ next(); |
{ | ||
"name": "eservices-back-core", | ||
"version": "1.0.76", | ||
"version": "1.0.77", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/Server.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
597385