Skip to content

Commit

Permalink
debug logs for verification
Browse files Browse the repository at this point in the history
  • Loading branch information
endimion committed Jun 11, 2024
1 parent f52d9a2 commit 742eb22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions routes/verifierRoutes.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,9 @@ verifierRouter.post("/direct_post_jwt/:id", async (req, res) => {
// Convert credentials to claims
let claims;
try {
console.log(credentialsJwtArray)
claims = await flattenCredentialsToClaims(credentialsJwtArray);
console.log(claims)
if (!claims) {
throw new Error("Claims conversion returned null or undefined.");
}
Expand Down

0 comments on commit 742eb22

Please sign in to comment.