Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
shihjay2 committed Jan 29, 2025
1 parent c923d8d commit 39e2bc4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/rp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 39e2bc4

Please sign in to comment.