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
<li>Whatever you've provided as a Verifiable Credential wasn't understood by VerifierPlus</li>
6
+
<li>You must provide a valid Verifiable Credential in JSON format (see below for an example).</li>
7
+
<li>If you've pasted anything other than the JSON for a Verifiable Credential or a URL (link) that returns a Verifiable Credential, you'll get this error.</li>
8
+
<li>If you've provided a URL, it may not return a Verifiable Credential, or may not be a valid URL.</li>
9
+
<li>If you've not put anything at all into the text box, you'll also get this error.</li>
A simple example of a Verifiable Credential (and more specifically an Open Badge version 3 Verifiable Creential) that you can copy/paste into the text area if you like:
You can also copy that URL and paste it into the text area. VerifierPlus will fetch the json from the URL and run verification.
67
+
<divstyle={{paddingTop:'1em'}}>
68
+
Finally, you can directly open that credential in VerifierPlus by clicking: <atarget="_blank"style={{color:"black"}}href="https://verifierplus.org#verify?vc=https://digitalcredentials.github.io/vc-test-fixtures/verifiableCredentials/v2/dataIntegrityProof/didKey/legacyRegistry-noStatus-noExpiry-basicOBv3.json">here.</a>
0 commit comments