Crate apub_actix_web

Source
Expand description

Actix Web integration for Apub

Currently, this only includes verifying HTTP Signatures and Digests for authorized fetch and inbox delivery, but it doesn’t do any further verification

Structs§

Config
Server configuration
SignatureConfig
The HTTP Signature config for Actix Web Configuration for signing and verifying signatures

Enums§

VerifyError
Errors that can happen when verifying signatures

Functions§

inbox
Ingest activitypub objects at a given endpoint
serve_objects
Serve activitypub objects from a given endpoint