Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
wistefan committed Jan 10, 2025
1 parent 7d913f4 commit 3d54f6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions verifier/elsi_proof_checker.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ func (epc ElsiProofChecker) checkElsiProof(headers jose.Headers, expectedProofIs
}

encodedMessage, _ := decodeBase64BytesToString(msg)
logging.Log().Warnf("Encoded message %s", encodedMessage)
encodedSignature := base64.RawURLEncoding.EncodeToString(signature)
originalJwt := encodedMessage + "." + encodedSignature
base64Jwt := base64.RawURLEncoding.EncodeToString([]byte(originalJwt))
Expand Down

0 comments on commit 3d54f6a

Please sign in to comment.