Files
bakit/content/.vuepress/public/.well-known/webfinger.json

25 lines
731 B
JSON
Raw Normal View History

2023-07-03 02:42:52 +02:00
{
2023-07-10 18:39:06 +02:00
"subject": "acct:phundrak@mastodon.phundrak.com",
"aliases": ["https://mastodon.phundrak.com/@phundrak", "https://mastodon.phundrak.com/users/phundrak"],
2023-07-03 02:42:52 +02:00
"links": [
{
"rel": "http://webfinger.net/rel/profile-page",
"type": "text/html",
2023-07-10 18:39:06 +02:00
"href": "https://mastodon.phundrak.com/@phundrak"
2023-07-03 02:42:52 +02:00
},
{
"rel": "self",
"type": "application/activity+json",
2023-07-10 18:39:06 +02:00
"href": "https://mastodon.phundrak.com/users/phundrak"
2023-07-03 02:42:52 +02:00
},
{
"rel": "http://ostatus.org/schema/1.0/subscribe",
2023-07-10 18:39:06 +02:00
"template": "https://mastodon.phundrak.com/authorize_interaction?uri={uri}"
2023-07-03 02:42:52 +02:00
},
{
"rel": "http://openid.net/specs/connect/1.0/issuer",
"href": "https://auth.phundrak.com"
}
]
}