Verify Credentials
Once we have these Verifiable Credentials in our backpack, we can verify them with another app to use them appropriately. This evaluation will check for: the validity of the statement, the conformity of the credential to its specification, and the proof.
Due to the decentralized nature of these credentials, they can be verified by anyone, anywhere.
Verification can be done using our API endpoint, or manually like in this code snippet without relying on Disco as the central authority.
Here are some examples of integrations with Disco where we verify the VC, which unlocks a subsequent flow.
Last modified 1mo ago