docs: update webfinger

This commit is contained in:
Lucien Cartier-Tilet 2023-07-03 02:42:52 +02:00
parent fc863eab30
commit 7d09cfa8ef
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 24 additions and 1 deletions

View File

@ -1 +1,24 @@
{"subject":"acct:phundrak@emacs.ch","aliases":["https://emacs.ch/@phundrak","https://emacs.ch/users/phundrak"],"links":[{"rel":"http://webfinger.net/rel/profile-page","type":"text/html","href":"https://emacs.ch/@phundrak"},{"rel":"self","type":"application/activity+json","href":"https://emacs.ch/users/phundrak"},{"rel":"http://ostatus.org/schema/1.0/subscribe","template":"https://emacs.ch/authorize_interaction?uri={uri}"}]}
{
"subject": "acct:phundrak@emacs.ch",
"aliases": ["https://emacs.ch/@phundrak", "https://emacs.ch/users/phundrak"],
"links": [
{
"rel": "http://webfinger.net/rel/profile-page",
"type": "text/html",
"href": "https://emacs.ch/@phundrak"
},
{
"rel": "self",
"type": "application/activity+json",
"href": "https://emacs.ch/users/phundrak"
},
{
"rel": "http://ostatus.org/schema/1.0/subscribe",
"template": "https://emacs.ch/authorize_interaction?uri={uri}"
},
{
"rel": "http://openid.net/specs/connect/1.0/issuer",
"href": "https://auth.phundrak.com"
}
]
}