Update atproto-did and did.json
This commit is contained in:
parent
3439332997
commit
7e625018b6
2 changed files with 27 additions and 1 deletions
|
@ -1 +1 @@
|
|||
did:plc:qpnx46c4zuhndtox27ejwst5
|
||||
did:web:a-b.im
|
||||
|
|
26
composeApp/src/wasmJsMain/resources/.well-known/did.json
Normal file
26
composeApp/src/wasmJsMain/resources/.well-known/did.json
Normal file
|
@ -0,0 +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:a-b.im",
|
||||
"alsoKnownAs": [
|
||||
"at://a-b.im"
|
||||
],
|
||||
"verificationMethod": [
|
||||
{
|
||||
"id": "did:web:a-b.im#atproto",
|
||||
"type": "Multikey",
|
||||
"controller": "did:web:a-b.im",
|
||||
"publicKeyMultibase": "zDnaeom1HXdFkBptohgbssTa6crUeSD61NDiC6GijeBrjVRQA"
|
||||
}
|
||||
],
|
||||
"service": [
|
||||
{
|
||||
"id": "#atproto_pds",
|
||||
"type": "AtprotoPersonalDataServer",
|
||||
"serviceEndpoint": "https://pds.a-b.im"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue