Skip to content

Commit

Permalink
sd jwt request
Browse files Browse the repository at this point in the history
Signed-off-by: F-Node-Karlsruhe <[email protected]>
  • Loading branch information
F-Node-Karlsruhe committed Jun 13, 2024
1 parent fcf3b10 commit 38f35f6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion frontend/src/components/PresentationRequest.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ export default {
ldp_vc: {
proof_type: ['Ed25519Signature2018', 'Ed25519Signature2020'],
},
'vc+sd-jwt': {},
},
constraints: {
fields: [
Expand All @@ -115,6 +114,12 @@ export default {
],
},
},
{
id: 'eecc_verifier_request_sdjwt',
format: {
'vc+sd-jwt': {},
},
},
],
}
},
Expand Down

0 comments on commit 38f35f6

Please sign in to comment.