This github gist documents the association of a Decentralized Identifier to this github account
Created
November 21, 2020 10:02
-
-
Save tplooker/ca8c147906764afb26d95170900c560c to your computer and use it in GitHub Desktop.
DID to Github Account Linkage Proof
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@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" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment