Skip to content

Instantly share code, notes, and snippets.

@tplooker
Created November 21, 2020 10:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tplooker/ca8c147906764afb26d95170900c560c to your computer and use it in GitHub Desktop.
Save tplooker/ca8c147906764afb26d95170900c560c to your computer and use it in GitHub Desktop.
DID to Github Account Linkage Proof
{
"@context": [
"https://www.w3.org/2018/credentials/v1",
{
"sameAs": "https://www.w3.org/TR/owl-ref/#sameAs-def"
}
],
"issuer": "did:key:z6MkkWRMquVJsLaqsD45TYzhhDRJWJGDBx8jUkFGt6zvLc3R",
"issuanceDate": "2020-11-21T10:02:39.501Z",
"type": [
"VerifiableCredential"
],
"credentialSubject": {
"id": "did:key:z6MkkWRMquVJsLaqsD45TYzhhDRJWJGDBx8jUkFGt6zvLc3R",
"sameAs": "https://github.com/tplooker"
},
"proof": {
"type": "Ed25519Signature2018",
"created": "2020-11-21T10:02:39Z",
"jws": "eyJhbGciOiJFZERTQSIsImI2NCI6ZmFsc2UsImNyaXQiOlsiYjY0Il19..8BpphFwrP6RXX2_V_mlLrgoUQdyx8zZff2f2JP7pe1bJH_gKIBj2jxP89FzTUWwS4ZBC56Mh7PQZWdYa8oaxDQ",
"proofPurpose": "assertionMethod",
"verificationMethod": "did:key:z6MkkWRMquVJsLaqsD45TYzhhDRJWJGDBx8jUkFGt6zvLc3R#z6MkkWRMquVJsLaqsD45TYzhhDRJWJGDBx8jUkFGt6zvLc3R"
}
}

DID to Github Account Linkage Proof

This github gist documents the association of a Decentralized Identifier to this github account

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment