Skip to content

Commit

Permalink
Update example/ all.ts (#252)
Browse files Browse the repository at this point in the history
Signed-off-by: Robin McAndrew <[email protected]>
  • Loading branch information
robinMcA authored Nov 1, 2024
1 parent 974efea commit 06a17e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sd-jwt-example/all.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@ import { createSignerVerifier, digest, generateSalt, ES256 } from './utils';

// Verify the presentation using the public key and the required claims
// return a boolean result
const verified = await sdjwt.verify(credential, requiredClaims);
const verified = await sdjwt.verify(presentation, requiredClaims);
console.log('verified:', verified);
})();

0 comments on commit 06a17e9

Please sign in to comment.