We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e9c439 commit fe6b9a2Copy full SHA for fe6b9a2
1 file changed
.well-known/webfinger
@@ -0,0 +1,26 @@
1
+
2
+{
3
+ "subject":"acct:jaykul@fosstodon.org",
4
+ "aliases":
5
+ [
6
+ "https://fosstodon.org/@jaykul",
7
+ "https://fosstodon.org/users/jaykul"
8
+ ],
9
+ "links":
10
11
+ {
12
+ "rel":"http://webfinger.net/rel/profile-page",
13
+ "type":"text/html",
14
+ "href":"https://fosstodon.org/@jaykul"
15
+ },
16
17
+ "rel":"self",
18
+ "type":"application/activity+json",
19
+ "href":"https://fosstodon.org/users/jaykul"
20
21
22
+ "rel":"http://ostatus.org/schema/1.0/subscribe",
23
+ "template":"https://fosstodon.org/authorize_interaction?uri={uri}"
24
+ }
25
+ ]
26
+}
0 commit comments