Verify a Credential
Enter a credential ID or scan the QR code from a contributor's wallet. Verification is cryptographic. It does not require an API call to Saroir.
How verification works
1
Credential lookup
The credential ID is looked up on the Saroir network. The signed credential document is returned.
2
Key resolution
The contributor's DID is resolved to their public key.
3
Signature check
The Ed25519 signature on the credential is checked against the public key. If it matches, the credential is valid and unaltered.