@unumid/server-sdk
Advanced tools
Comparing version 3.21.2 to 3.21.3
@@ -355,2 +355,3 @@ "use strict"; | ||
case 9: | ||
logger_1.default.debug("Presentation signature verified: " + isPresentationVerified + "."); | ||
areCredentialsValid = true; | ||
@@ -411,2 +412,3 @@ credentialInvalidMessage = void 0; | ||
case 16: | ||
logger_1.default.debug("Credential signatures are verified: " + areCredentialsValid); | ||
isVerified = isPresentationVerified && areCredentialsValid; | ||
@@ -422,3 +424,3 @@ return [4 /*yield*/, sendPresentationVerifiedReceipt_1.sendPresentationVerifiedReceipt(authToken, verifier, subject, 'approved', isVerified, presentation.presentationRequestId, requestUuid, undefined, issuers, credentialTypes, credentialIds)]; | ||
}; | ||
logger_1.default.debug("Presentation is verify: " + isVerified); | ||
logger_1.default.info("Presentation is verified: " + isVerified); | ||
return [2 /*return*/, result]; | ||
@@ -425,0 +427,0 @@ case 18: |
{ | ||
"name": "@unumid/server-sdk", | ||
"version": "3.21.2", | ||
"version": "3.21.3", | ||
"main": "build/index.js", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:UnumID/Server-SDK-TypeScript.git", |
@@ -359,2 +359,4 @@ import { omit } from 'lodash'; | ||
logger.debug(`Presentation signature verified: ${isPresentationVerified}.`); | ||
let areCredentialsValid = true; | ||
@@ -412,2 +414,3 @@ let credentialInvalidMessage; | ||
} | ||
logger.debug(`Credential signatures are verified: ${areCredentialsValid}`); | ||
@@ -425,3 +428,3 @@ const isVerified = isPresentationVerified && areCredentialsValid; // always true if here | ||
logger.debug(`Presentation is verify: ${isVerified}`); | ||
logger.info(`Presentation is verified: ${isVerified}`); | ||
return result; | ||
@@ -428,0 +431,0 @@ } catch (error) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1414032
16732