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
A credential issuance endpoint can be posted to multiple times with initially an unsigned credential and then later a signed credential which will have a new proof added to the VC which could use the proofId and previousProof options. https://w3c-ccg.github.io/vc-api/#issue-credential
The schema for POST credentials/issue should have an optional proof property
the options object should now have optional options previousProof String or Array or proofId for specifying a proofId for a proof.