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 944640e commit eb501d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/api/vp/share.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { agent } from '../../../lib/veramo';
import objectPath from 'object-path';
import { v4 as uuidv4 } from 'uuid';
import { rp } from '../../../lib/rp';
import { createPresentationDefinitionClaimsProperties } from '@sphereon/did-auth-siop';

var user = process.env.COUCHDB_USER;
var pass = process.env.COUCHDB_PASSWORD;
Expand Down Expand Up @@ -45,7 +46,7 @@ async function handler(req: NextApiRequest, res: NextApiResponse) {
"id": vp_id,
"input_descriptors": [
{
"id": "npi credential",
"id": "1",
"name": doc.vc_type + " Verifiable Credential",
"purpose": "We want a VC of this type to proof provider claim",
"schema": [
Expand Down

0 comments on commit eb501d1

Please sign in to comment.