From ab10266bff8d3dea1655e5f98a932efa2474bdb6 Mon Sep 17 00:00:00 2001 From: Daenney Date: Sat, 26 Apr 2025 15:34:10 +0200 Subject: [feature] Move to code.superseriousbusiness.org --- docs/federation/http_signatures.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/federation') diff --git a/docs/federation/http_signatures.md b/docs/federation/http_signatures.md index cd7aa3c1c..bf77472f3 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://github.com/superseriousbusiness/gotosocial/blob/main/internal/federation/authenticate.go). +GoToSocial request signature validation is implemented in [internal/federation](https://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://github.com/superseriousbusiness/gotosocial/blob/main/internal/transport/signing.go). +GoToSocial request signing is implemented in [internal/transport](https://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`. -- cgit v1.2.3