From ee4a3847117ab4299b456cf91aa8f12331aea391 Mon Sep 17 00:00:00 2001 From: sam goto Date: Fri, 29 Sep 2023 10:19:19 -0700 Subject: [PATCH] Add nonces to the VC example. Resolves this: https://github.com/WICG/identity-credential/issues/6 --- identity-credential-proposal.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/identity-credential-proposal.md b/identity-credential-proposal.md index 8107cc8..85d5521 100644 --- a/identity-credential-proposal.md +++ b/identity-credential-proposal.md @@ -190,7 +190,10 @@ const {response} = await navigator.credentials.get({ "vc.credentialSubject.dateOfBirth", "vc.credentialSubject.dob", ] - }] + }], + params: { + nonce: "m5tGxUIsFtLi6pwg", + } }, }] }