Skip to content

Commit

Permalink
updated error from RFC001 vct should be type
Browse files Browse the repository at this point in the history
  • Loading branch information
endimion committed Apr 26, 2024
1 parent 5c0a3ba commit f4446aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ router.post("/credential", async (req, res) => {
{
iss: serverURL,
iat: new Date().getTime(),
vct: "VerifiablePortableDocumentA1",
type: "VerifiablePortableDocumentA1",
...claims,
},
disclosureFrame
Expand Down

0 comments on commit f4446aa

Please sign in to comment.