Last active
December 16, 2024 08:19
-
-
Save lizthegrey/969e8b856990add91bea670ebe6d78fa to your computer and use it in GitHub Desktop.
This file contains 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/ns/did/v1", | |
"https://w3id.org/security/multikey/v1", | |
"https://w3id.org/security/suites/secp256k1-2019/v1" | |
], | |
"id": "did:web:lizthegrey.com", | |
"alsoKnownAs": [ | |
"at://web.lizthegrey.com", | |
"did:plc:i4tfenpfog244rxry5uz4vtk" | |
], | |
"verificationMethod": [ | |
{ | |
"id": "did:web:lizthegrey.com#atproto", | |
"type": "Multikey", | |
"controller": "did:web:lizthegrey.com", | |
"publicKeyMultibase": "zQ3shnEqBNR5cuTePW8FyvnrRQaFf6Y7sCi5NBmDpteVXFjb6" | |
} | |
], | |
"service": [ | |
{ | |
"id": "#atproto_pds", | |
"type": "AtprotoPersonalDataServer", | |
"serviceEndpoint": "https://pds.lizthegrey.com" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment