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