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",