We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2e9b7d commit a8ea635Copy full SHA for a8ea635
1 file changed
packages/client/lib/CredentialRequestClient.ts
@@ -42,7 +42,6 @@ export async function buildProof<DIDDoc>(
42
if ('proof_type' in proofInput) {
43
if (opts.cNonce) {
44
throw Error(`Cnonce param is only supported when using a Proof of Posession builder`);
45
- //decodeJwt(proofInput.jwt).
46
}
47
return await ProofOfPossessionBuilder.fromProof(proofInput as ProofOfPossession, opts.version).build();
48
0 commit comments