friendship ended with social-app. php is my new best friend
1{
2 "@context": [
3 "https://www.w3.org/ns/did/v1",
4 "https://w3id.org/security/suites/jws-2020/v1"
5 ],
6 "id": "did:social.veryroundbird.house",
7 "verificationMethod": [
8 {
9 "id": "did:web:social.veryroundbird.house#key-0",
10 "type": "JsonWebKey2020",
11 "controller": "did:web:social.veryroundbird.house",
12 "publicKeyJwk": {
13 "kty": "OKP",
14 "use": "sig",
15 "alg": "EdDSA",
16 "kid": "b77746fa-9526-4903-a51b-ab4430edeaa8",
17 "crv": "Ed25519",
18 "x": "it0uq53wsw86CMMSDN26bb4PWbp9X-uAjihWJpftoiY"
19 }
20 },
21 {
22 "id": "did:web:social.veryroundbird.house#key-1",
23 "type": "JsonWebKey2020",
24 "controller": "did:web:social.veryroundbird.house",
25 "publicKeyJwk": {
26 "kty": "OKP",
27 "use": "enc",
28 "alg": "ECDH-ES+A256KW",
29 "kid": "55df754a-49c6-4c8f-8996-c56eca9531a4",
30 "crv": "X25519",
31 "x": "f_etmaJJkEAY5_HkJFQbkPcxAGKrJjTsed1ZHwi0Ymg"
32 }
33 },
34 {
35 "id": "did:web:social.veryroundbird.house#key-2",
36 "type": "JsonWebKey2020",
37 "controller": "did:web:social.veryroundbird.house",
38 "publicKeyJwk": {
39 "kty": "EC",
40 "use": "sig",
41 "alg": "ES256",
42 "kid": "1679be6e-f26d-4ca5-916e-64c9dfa6d51d",
43 "crv": "P-256",
44 "x": "OGbd1x_-Jdlj-Kz0crcLGOvNn9Ds4MJ59Vy3FAu49cE",
45 "y": "XQv_bExKW2xSnjy7CMB7OvRZbmSlanKycAYgmbRLG9E"
46 }
47 },
48 ],
49 "authentication": [
50 "did:web:social.veryroundbird.house#key-0",
51 "did:web:social.veryroundbird.house#key-2"
52 ],
53 "assertionMethod": [
54 "did:web:social.veryroundbird.house#key-0",
55 "did:web:social.veryroundbird.house#key-2"
56 ],
57 "keyAgreement": [
58 "did:web:social.veryroundbird.house#key-1",
59 "did:web:social.veryroundbird.house#key-2"
60 ]
61}