Skip to content

Commit

Permalink
Add nonces to the VC example.
Browse files Browse the repository at this point in the history
Resolves this: #6
  • Loading branch information
samuelgoto authored Sep 29, 2023
1 parent 188ae0d commit ee4a384
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion identity-credential-proposal.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,10 @@ const {response} = await navigator.credentials.get({
"vc.credentialSubject.dateOfBirth",
"vc.credentialSubject.dob",
]
}]
}],
params: {
nonce: "m5tGxUIsFtLi6pwg",
}
},
}]
}
Expand Down

0 comments on commit ee4a384

Please sign in to comment.