Add a WebFinger endpoint #141

Open
opened 2022-10-27 00:13:12 +00:00 by Seirdy · 1 comment

Keyoxide is a service that allows us to map a "user@domain" relationship to a list of account URIs.

WebFinger is a W3C recommendation for mapping a "user@domain" relationship to a list of account URIs.

There's some overlap here.

Querying Keyoxide profiles using WebFinger could simplify many things:

  • No need for a dedicated Keyoxide-only CLI; instead, implement a generic WebFinger CLI and point it at Keyoxide
  • It allows better isolation between the front-end and the back-end, since the front-end could just be a WebFinger client (see https://webfinger.net/ for an example)
Keyoxide is a service that allows us to map a "user@domain" relationship to a list of account URIs. [WebFinger](https://webfinger.net/) is a W3C recommendation for mapping a "user@domain" relationship to a list of account URIs. There's some overlap here. Querying Keyoxide profiles using WebFinger could simplify many things: - No need for a dedicated Keyoxide-only CLI; instead, implement a generic WebFinger CLI and point it at Keyoxide - It allows better isolation between the front-end and the back-end, since the front-end could just be a WebFinger client (see <https://webfinger.net/> for an example)

This could also impact Keyoxide's relevance to profile hydration. I wrote more on my microblog.

This could also impact Keyoxide's relevance to profile hydration. [I wrote more on my microblog](https://seirdy.one/notes/2022/10/26/profile-hydration/).
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: keyoxide/keyoxide-web#141
There is no content yet.