Skip to content

Commit 92c6bd1

Browse files
authored
Create webfinger
1 parent 52b36e6 commit 92c6bd1

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.well-known/webfinger

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"subject": "acct:cloudy_stuey@aus.social",
3+
"aliases": [
4+
"https://aus.social/@cloudy_stuey",
5+
"https://aus.social/users/cloudy_stuey"
6+
],
7+
"links": [
8+
{
9+
"rel": "http://webfinger.net/rel/profile-page",
10+
"type": "text/html",
11+
"href": "https://aus.social/@cloudy_stuey"
12+
},
13+
{
14+
"rel": "self",
15+
"type": "application/activity+json",
16+
"href": "https://aus.social/users/cloudy_stuey"
17+
},
18+
{
19+
"rel": "http://ostatus.org/schema/1.0/subscribe",
20+
"template": "https://aus.social/authorize_interaction?uri={uri}"
21+
}
22+
]
23+
}

0 commit comments

Comments
 (0)