digitalbazaar / bedrock-vc-delivery

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

Make handling credential issuance more resilient to network failures #58

Open dlongley opened 2 months ago

dlongley commented 2 months ago

If a credential issuance request is successfully transmitted to an issuer instance and that issuer instance successfully issues a credential -- but an error occurs in transmitting the response, the workflow instance should handle this more gracefully. If a duplicate error is returned, the workflow instance should retrieve the already issued VC. Note: For ephemeral VCs (i.e., without status or IDs), issuance should already succeed on retry.

dlongley commented 2 months ago

Related: https://github.com/digitalbazaar/bedrock-vc-issuer/issues/143