activitypub-express
activitypub-express copied to clipboard
Modular ActivityPub implementation as Express JS middleware to easily add decentralization and federation to Node apps
Blocklist & permission-based filtering in collections could be done in the database to prevent the chance empty collection pages
Right now, one delivery may be permanently lost when the server shuts down
It would be great to have some code examples for creating an actor, creating an activity, following an actor, and other common actions. Based on the info in the readme,...
Masto Announces objects (e.g. Note) but we're looking for an activity
if using the actorId-in-place-of-object shortcut, it errors out during validation trying to look up that actor id as if it was an activity
This PR implements `request-compose` based replacement for old/deprecated `request` + `request-promise-native` libraries as discussed in #12 This change also starts work toward replacing patched version of `http-signature` with maintained alternative....
Related: #12 As it is just by importing `request-promise-native` or `ActivitypubExpress` that uses it, the async tests in Jest will fail in some instances. Here is an example (uncomment any...
Find a new library for sending http requests - axios is out, no direct access to http request object for signing, even in interceptors - Looks like `node-fetch` is out,...
Fetching activity by IRI returns actor as an IRI string, this is inconsistent with the collection enpoints