We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52b36e6 commit 92c6bd1Copy full SHA for 92c6bd1
1 file changed
.well-known/webfinger
@@ -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