digitalbazaar / bedrock-vc-delivery

A Bedrock module for delivering issued VCs
Other
0 stars 0 forks source link

Allow client to post `{verifiablePresentationRequest: {...}}` when initiating exchange #68

Open dlongley opened 3 months ago

dlongley commented 3 months ago

Enable clients to signal that they would like to see what is being offered by the exchange in their opening POST. So, instead of just posting {} (empty object) to start an exchange, allow a client to POST {verifiablePresentationRequest: {...}} to receive information about the exchange (in the form of a VPR) or to request a VP from the server before they are willing to engage.