digitalbazaar / bedrock-vc-delivery

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

Add `active` state for exchanges that are in progress #63

Closed dlongley closed 3 months ago

dlongley commented 3 months ago

The active state should follow the pending state and be followed by complete or invalid. When this state is entered depends partially on the protocol used to communicate with the exchange (e.g., retrieving an "authorization request" via OID4VP should cause the state to go from pending to active and the first POST to the exchange when using the VC API delivery protocol should similarly cause the state to change).

dlongley commented 3 months ago

This has landed in the #add-issue-options branch which is the current head of development while VC 2.0 is pending.