Support reaching user@sub.domain.tld at user@domain.tld (#134)
[akkoma] / test / fixtures / webfinger / masto-webfinger.json
1 {
2 "subject": "acct:{{nickname}}@{{domain}}",
3 "aliases": [
4 "https://{{subdomain}}/@{{nickname}}",
5 "https://{{subdomain}}/users/{{nickname}}"
6 ],
7 "links": [
8 {
9 "rel": "http://webfinger.net/rel/profile-page",
10 "type": "text/html",
11 "href": "https://{{subdomain}}/@{{nickname}}"
12 },
13 {
14 "rel": "self",
15 "type": "application/activity+json",
16 "href": "https://{{subdomain}}/users/{{nickname}}"
17 },
18 {
19 "rel": "http://ostatus.org/schema/1.0/subscribe",
20 "template": "https://{{subdomain}}/authorize_interaction?uri={uri}"
21 }
22 ]
23 }