eu-digital-identity-wallet / eudi-web-verifier

Apache License 2.0
8 stars 11 forks source link

Support multiple presentations #83

Closed vafeini closed 1 month ago

vafeini commented 2 months ago

OpenId4VP defines that vp_token could carry a single or multiple verifiable presentations. Multiple presentations are being represented as an array where each element (presentation) is either a String or a JSON object.

Currently, endpoint expects in the direct_post or direct_post.jwt endpoint a vp_token a string. UI must be updated to support the following: