From 0f2de6394a1c52d47e326bb7d7d129a217ae4f6f Mon Sep 17 00:00:00 2001 From: Tobi Smethurst <31960611+tsmethurst@users.noreply.github.com> Date: Tue, 10 Aug 2021 13:32:39 +0200 Subject: Dereference remote replies (#132) * decided where to put reply dereferencing * fiddling with dereferencing threads * further adventures * tidy up some stuff * move dereferencing functionality * a bunch of refactoring * go fmt * more refactoring * bleep bloop * docs and linting * start implementing replies collection on gts side * fiddling around * allow dereferencing our replies * lint, fmt --- docs/federation/security.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/federation/security.md (limited to 'docs/federation/security.md') diff --git a/docs/federation/security.md b/docs/federation/security.md new file mode 100644 index 000000000..d7c2b6ae7 --- /dev/null +++ b/docs/federation/security.md @@ -0,0 +1,7 @@ +# Security + +TODO: describe the security model we use for federation. + +* http signatures +* behavior for refusing requests +* how data is protected -- cgit v1.2.3