tangled
alpha
login
or
join now
bnewbold.net
/
atbin.dev
3
fork
atom
this repo has no description
3
fork
atom
overview
issues
pulls
pipelines
start tracking accounts
bnewbold.net
1 year ago
e6659ade
29d481a3
+39
2 changed files
expand all
collapse all
unified
split
accounts-invalid.json
accounts.json
+17
accounts-invalid.json
reviewed
···
1
1
+
[
2
2
+
{
3
3
+
"handle": "unsupported-did.invalid.atbin.dev",
4
4
+
"did": "did:unsupported:method"
5
5
+
},
6
6
+
{
7
7
+
"handle": "invalid-did.invalid.atbin.dev",
8
8
+
"did": "invalid"
9
9
+
},
10
10
+
{
11
11
+
"handle": "bare-did.invalid.atbin.dev",
12
12
+
"did": "invalid"
13
13
+
},
14
14
+
{
15
15
+
"handle": "missing.invalid.atbin.dev"
16
16
+
}
17
17
+
]
+22
accounts.json
reviewed
···
1
1
+
[
2
2
+
{
3
3
+
"handle": "atbin.dev",
4
4
+
"did": "did:web:atbin.dev",
5
5
+
"pds": "https://pds.atbin.dev"
6
6
+
},
7
7
+
{
8
8
+
"handle": "lex.atbin.dev",
9
9
+
"did": "TODO",
10
10
+
"pds": "https://pds.atbin.dev"
11
11
+
},
12
12
+
{
13
13
+
"handle": "ipv6.atbin.dev",
14
14
+
"did": "did:web:ipv6.atbin.dev",
15
15
+
"pds": "https://pds.atbin.dev"
16
16
+
},
17
17
+
{
18
18
+
"handle": "nynex.atbin.dev",
19
19
+
"did": "did:plc:sh34kq2yrucu2ipa6fljxcrq",
20
20
+
"pds": "https://pds.atbin.dev"
21
21
+
}
22
22
+
]