mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Clarify that h-card and RelMeAuth are separate concepts
This commit is contained in:
parent
33beea3eca
commit
edfe941af5
1 changed files with 4 additions and 4 deletions
|
@ -11,16 +11,16 @@ replyAuthorURI: "https://mastodon.social/@humanetech"
|
||||||
Many open standards can support profile hydration:
|
Many open standards can support profile hydration:
|
||||||
|
|
||||||
Ariadne
|
Ariadne
|
||||||
: map an email identifier to supported verified accounts.
|
: Map an email identifier to supported verified accounts.
|
||||||
|
|
||||||
The IndieWeb
|
The IndieWeb
|
||||||
: map a webpage with `h-card` to any account, with less-robust reciprocal-link verification.
|
: Map a webpage with `h-card` to any account. This can pair with other forms of authentication, such as [RelMeAuth](https://microformats.org/wiki/RelMeAuth).
|
||||||
|
|
||||||
WebFinger
|
WebFinger
|
||||||
: map an email-like identifier (an `acct:` URI) to a list of links.
|
: Map an email-like identifier (an `acct:` URI) to a list of links.
|
||||||
|
|
||||||
vCard
|
vCard
|
||||||
: upload a vCard containing profile information, possibly with "share contact".
|
: Mpload a vCard containing profile information, possibly with "share contact".
|
||||||
|
|
||||||
I think `h-card`-based hydration is the best place to start. We can later add support for more options:
|
I think `h-card`-based hydration is the best place to start. We can later add support for more options:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue