Skip to content

Commit 39e2bc4

Browse files
committed
debug
1 parent c923d8d commit 39e2bc4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/rp.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,13 @@ export const rp = (type:string, id:string, aud:any) => {
159159
.withPresentationDefinition({
160160
definition: {
161161
id: id,
162+
format: {
163+
"jwt_vc_json": {
164+
"alg": [
165+
"EdDSA"
166+
]
167+
}
168+
},
162169
input_descriptors: [
163170
{
164171
"id": "1",

0 commit comments

Comments
 (0)