microblog.pub/docs/activitypub.md

319 B

ActivityPub

microblog.pub implements an ActivityPub server, it implements both the client to server API and the federated server to server API.

Activities are verified using HTTP Signatures or by fetching the content on the remote server directly.

WebFinger is also required.

TODO