Skip to content

Commit

Permalink
feat: request nested attr in verification
Browse files Browse the repository at this point in the history
Signed-off-by: Micah Peltier <micah6_8@yahoo.com>
  • Loading branch information
mepeltier authored and dbluhm committed Nov 19, 2024
1 parent 97a1082 commit fd6f9c6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion oid4vc/demo/frontend/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,12 @@ async function create_sd_jwt_presentation(req, res) {
"path": [
"$.given_name"
]
}
},
{
"path": [
"$.something_nested.key1.key2.key3"
]
},
]
}
}
Expand Down

0 comments on commit fd6f9c6

Please sign in to comment.