summaryrefslogtreecommitdiff
path: root/docs/federation
diff options
context:
space:
mode:
authorLibravatar Daenney <daenney@noreply.codeberg.org>2025-04-26 19:19:52 +0000
committerLibravatar kim <gruf@noreply.codeberg.org>2025-04-26 19:19:52 +0000
commit346962beb540c22ddddbbf718310bf3593fcb16f (patch)
treebdd2356e46e0126b0fc49ef0fa7894b190898bb8 /docs/federation
parent[feature] Move to code.superseriousbusiness.org (diff)
downloadgotosocial-346962beb540c22ddddbbf718310bf3593fcb16f.tar.xz
[chore] Fix daenney being bad at sed (#4060)
Co-authored-by: Daenney <daenney@users.noreply.github.com> Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4060 Co-authored-by: Daenney <daenney@noreply.codeberg.org> Co-committed-by: Daenney <daenney@noreply.codeberg.org>
Diffstat (limited to 'docs/federation')
-rw-r--r--docs/federation/http_signatures.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/federation/http_signatures.md b/docs/federation/http_signatures.md
index bf77472f3..2acfb53fd 100644
--- a/docs/federation/http_signatures.md
+++ b/docs/federation/http_signatures.md
@@ -24,7 +24,7 @@ See [#894](https://github.com/superseriousbusiness/gotosocial/issues/894) for mo
## Incoming Requests
-GoToSocial request signature validation is implemented in [internal/federation](https://https://codeberg.org/superseriousbusiness/gotosocial/src/branch/main/internal/federation/authenticate.go).
+GoToSocial request signature validation is implemented in [internal/federation](https://codeberg.org/superseriousbusiness/gotosocial/src/branch/main/internal/federation/authenticate.go).
GoToSocial will attempt to parse the signature using the following algorithms (in order), stopping at the first success:
@@ -36,7 +36,7 @@ ED25519
## Outgoing Requests
-GoToSocial request signing is implemented in [internal/transport](https://https://codeberg.org/superseriousbusiness/gotosocial/src/branch/main/internal/transport/signing.go).
+GoToSocial request signing is implemented in [internal/transport](https://codeberg.org/superseriousbusiness/gotosocial/src/branch/main/internal/transport/signing.go).
Once https://github.com/superseriousbusiness/gotosocial/issues/2991 is resolved, GoToSocial will use the `(created)` pseudo-header instead of `date`.