feat(activitypub): add .well-known/webfinger for profiles #119
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.comConsiderations:
/api/we may need to adjust the reverse proxy to allow for the right pathThis issue tracks the future work on this. We can already discuss lightly.