feat(activitypub): add .well-known/webfinger for profiles #119

Open
opened 2025-11-19 09:04:58 +00:00 by chartgerink · 0 comments
Owner

In order to make the profiles discoverable on activitypub, we need to add the webfinger. Example path should be /.well-known/webfinger?resource=acct:alice@yourdomain.com

Considerations:

  • How will we make this available in the end? If the API is reverse-proxied under /api/ we may need to adjust the reverse proxy to allow for the right path
  • How will we store users/activity from other domains in our database?

This issue tracks the future work on this. We can already discuss lightly.

In order to make the profiles discoverable on activitypub, we need to add the webfinger. Example path should be `/.well-known/webfinger?resource=acct:alice@yourdomain.com` Considerations: - How will we make this available in the end? If the API is reverse-proxied under `/api/` we may need to adjust the reverse proxy to allow for the right path - How will we store users/activity from other domains in our database? This issue tracks the future work on this. We can already discuss lightly.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
researchequals/api#119
No description provided.