eu-digital-identity-wallet / eudi-srv-web-verifier-endpoint-23220-4-kt

Web application (Backend Restful service) that acts as a Verifier/RP trusted end-point.
Apache License 2.0
12 stars 15 forks source link

Defined vp_token as string (was json) #24

Closed babisRoutis closed 1 year ago

babisRoutis commented 1 year ago

PostWalletResponse use-case incorrectly models the vp_token of a OpenId4VP response as JsonObject

This PR change the vp_token into a simple string in order to keep it opaque.