mirror of
https://codeberg.org/cyrneko/pages.git
synced 2025-05-04 18:13:07 +00:00
Add .well-known/did.json
This commit is contained in:
parent
7414e2f8a9
commit
2d4f18cf75
1 changed files with 27 additions and 0 deletions
27
.well-known/did.json
Normal file
27
.well-known/did.json
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"@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:cyrneko.eu",
|
||||||
|
"alsoKnownAs": [
|
||||||
|
"at://web.bsky.cyrneko.eu"
|
||||||
|
],
|
||||||
|
"verificationMethod": [
|
||||||
|
{
|
||||||
|
"id": "did:web:cyrneko.eu#atproto",
|
||||||
|
"type": "Multikey",
|
||||||
|
"controller": "did:web:cyrneko.eu",
|
||||||
|
"publicKeyMultibase": "zQ3shkcRrt4xD929CCmJ4d5MiWA67VWiFXSwit4EfYmcKStTV"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"service": [
|
||||||
|
{
|
||||||
|
"id": "#atproto_pds",
|
||||||
|
"type": "AtprotoPersonalDataServer",
|
||||||
|
"serviceEndpoint": "https://bsky.cyrneko.eu"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue