From 39e2bc4cbe26e158b3cdd2b0f6fadc307009c506 Mon Sep 17 00:00:00 2001 From: Michael Shihjay Chen Date: Wed, 29 Jan 2025 10:29:05 -0800 Subject: [PATCH] debug --- lib/rp.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/rp.ts b/lib/rp.ts index 36f3b0aa..b27ab8ec 100644 --- a/lib/rp.ts +++ b/lib/rp.ts @@ -159,6 +159,13 @@ export const rp = (type:string, id:string, aud:any) => { .withPresentationDefinition({ definition: { id: id, + format: { + "jwt_vc_json": { + "alg": [ + "EdDSA" + ] + } + }, input_descriptors: [ { "id": "1",