activitypub-express

Modular ActivityPub implementation as Express JS middleware to easily add decentralization and federation to Node apps

MIT License

Stars
287
Committers
6

Bot releases are hidden (Show)

activitypub-express - Patch private key leak

Published by wmurphyrd almost 4 years ago

activitypub-express - Inbox & outbox side effects

Published by wmurphyrd almost 4 years ago

Implemented all side effects listed in spec
Added support for miscellaneous collections
Validate that the authenticate sender is also the activity actor

Breaking changes:

acceptFollow now returns an object with two values, { postTask, updated }, instead of just the postTask directly.