federation/docs
Jason Robinson 353ae9ff9d Add Accept entity and ActivityPub follow auto-Accept flow
When receiving an ActivityPub Follow, send back an Accept activity
automatically. Due to application hook needed to fetch sending
user private key (for signing), this is only available if Django
is installed since currently application hooks exist only for
Django configuration.

Django applications should include a new configuration item
"get_private_key_function" which points to a function which takes
a user identifier (fid, handle or guid) and returns a private key
in RSA object format.
2019-03-17 03:17:10 +02:00
..
_static Documentation updates regarding ActivityPub and other things 2018-09-30 20:49:55 +03:00
_templates Init documentation 2016-10-02 23:07:39 +03:00
Makefile Rename library to federation 2016-10-04 22:07:24 +03:00
changelog.md Init documentation 2016-10-02 23:07:39 +03:00
conf.py Minor documentation update 2017-07-05 20:08:24 +03:00
development.rst Documentation updates regarding ActivityPub and other things 2018-09-30 20:49:55 +03:00
example_projects.rst Documentation updates regarding ActivityPub and other things 2018-09-30 20:49:55 +03:00
index.rst Rename library to federation 2016-10-04 22:07:24 +03:00
install.rst Minor documentation update 2017-07-05 20:08:24 +03:00
introduction.rst Documentation updates regarding ActivityPub and other things 2018-09-30 20:49:55 +03:00
make.bat Init documentation 2016-10-02 23:07:39 +03:00
protocols.rst Documentation updates regarding ActivityPub and other things 2018-09-30 20:49:55 +03:00
usage.rst Add Accept entity and ActivityPub follow auto-Accept flow 2019-03-17 03:17:10 +02:00