From fd6f9c6b9261e5667732a30c068039d981f852cc Mon Sep 17 00:00:00 2001 From: Micah Peltier Date: Tue, 19 Nov 2024 11:30:45 -0700 Subject: [PATCH] feat: request nested attr in verification Signed-off-by: Micah Peltier --- oid4vc/demo/frontend/index.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/oid4vc/demo/frontend/index.js b/oid4vc/demo/frontend/index.js index 9c5d1a5b8..4b17b5d65 100644 --- a/oid4vc/demo/frontend/index.js +++ b/oid4vc/demo/frontend/index.js @@ -642,7 +642,12 @@ async function create_sd_jwt_presentation(req, res) { "path": [ "$.given_name" ] - } + }, + { + "path": [ + "$.something_nested.key1.key2.key3" + ] + }, ] } }