aboutsummaryrefslogtreecommitdiff
path: root/apps/website/public/.well-known/webfinger
blob: 598fa4b22fe3eb00817bc041fc7b19c286a0aca7 (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:astro@webtoo.ls',
    "aliases": [
        "https://floss.social/@polyfrost",
        "https://floss.social/users/polyfrost"
    ],
    "links": [
        {
            "rel": "http://webfinger.net/rel/profile-page",
            "type": "text/html",
            "href": "https://floss.social/@polyfrost"
        },
        {
            "rel": "self",
            "type": "application/activity+json",
            "href": "https://floss.social/users/polyfrost"
        },
        {
            "rel": "http://ostatus.org/schema/1.0/subscribe",
            "template": "https://floss.social/authorize_interaction?uri={uri}"
        }
    ]
}