You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
dlongley
changed the title
Consider allowing client to post showInfo: true (bikeshed) when initiating exchange
Allowing client to post {verifiablePresentationRequest: {...}} when initiating exchange
Aug 22, 2024
dlongley
changed the title
Allowing client to post {verifiablePresentationRequest: {...}} when initiating exchange
Allow client to post {verifiablePresentationRequest: {...}} when initiating exchange
Aug 25, 2024
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.The text was updated successfully, but these errors were encountered: