sofi-web/static/.well-known/webfinger

23 lines
579 B
Plaintext
Raw Normal View History

2023-12-06 17:19:15 +00:00
{
"subject": "acct:sofiaritz@hachyderm.io",
"aliases": [
"https://hachyderm.io/@sofiaritz",
"https://hachyderm.io/users/sofiaritz"
],
"links": [
{
"rel": "http://webfinger.net/rel/profile-page",
"type": "text/html",
"href": "https://hachyderm.io/@sofiaritz"
},
{
"rel": "self",
"type": "application/activity+json",
"href": "https://hachyderm.io/users/sofiaritz"
},
{
"rel": "http://ostatus.org/schema/1.0/subscribe",
"template": "https://hachyderm.io/authorize_interaction?uri={uri}"
}
]
}