Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
shihjay2 committed Jan 6, 2025
1 parent 08cc34b commit 944640e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pages/api/vp/share.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,21 @@ async function handler(req: NextApiRequest, res: NextApiResponse) {
"id": vp_id,
"input_descriptors": [
{
"id": "1",
"id": "npi credential",
"name": doc.vc_type + " Verifiable Credential",
"purpose": "We want a VC of this type to proof provider claim",
"schema": [
{
"uri": "VerifiableCredential"
}
]
],
"format": {
"jwt_vc": {
"alg": [
"EdDSA"
]
}
}
}
]
}
Expand Down

0 comments on commit 944640e

Please sign in to comment.