Compare commits

...

2 commits

Author SHA1 Message Date
23a87937f6
Merge branch 'main' of ssh://synth.download:10429/sd/site
All checks were successful
/ build (push) Successful in 3m32s
2025-11-20 10:54:05 +07:00
bcab9eefa9
Update did.json 2025-11-20 10:53:31 +07:00

View file

@ -1,26 +1,26 @@
{
"@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:synth.download",
"alsoKnownAs": [
"at://synth.download"
],
"verificationMethod": [
{
"id": "did:web:synth.download#atproto",
"type": "Multikey",
"controller": "did:web:synth.download",
"publicKeyMultibase": "zQ3shbp4LY2HNnhzHyZF3zswZjux2TMoSXiyNWfr7SxCAdD9k"
}
],
"service": [
{
"id": "#atproto_pds",
"type": "AtprotoPersonalDataServer",
"serviceEndpoint": "https://pds.synth.download"
}
]
"@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:synth.download",
"alsoKnownAs": [
"at://synth.download"
],
"verificationMethod": [
{
"id": "did:web:synth.download#atproto",
"type": "Multikey",
"controller": "did:web:synth.download",
"publicKeyMultibase": "zQ3shgUUjoFKVkjorh87ZTQyZSkcTumBfyBkzoPub69a34tij"
}
],
"service": [
{
"id": "#atproto_pds",
"type": "AtprotoPersonalDataServer",
"serviceEndpoint": "https://pds.synth.download"
}
]
}