summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Cy Pokhrel <cy@cy7.sh>2024-10-13 15:44:18 -0400
committerLibravatar GitHub <noreply@github.com>2024-10-13 21:44:18 +0200
commit3f68e13dc7693284c75b356ecc4fa41051ec91ee (patch)
treeca65f961117453fa40e3c39f2c77c1075f647805
parent[chore] Ensure current tag not set as `GORELEASER_PREVIOUS_TAG` (#3424) (diff)
downloadgotosocial-3f68e13dc7693284c75b356ecc4fa41051ec91ee.tar.xz
[docs] fix httpsig repo typo (#3426)
-rw-r--r--docs/federation/http_signatures.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/federation/http_signatures.md b/docs/federation/http_signatures.md
index 4f5024491..e28e4cb14 100644
--- a/docs/federation/http_signatures.md
+++ b/docs/federation/http_signatures.md
@@ -6,7 +6,7 @@ GoToSocial will also sign all outgoing `GET` and `POST` requests that it makes t
This behavior is the equivalent of Mastodon's [AUTHORIZED_FETCH / "secure mode"](https://docs.joinmastodon.org/admin/config/#authorized_fetch).
-GoToSocial uses the [superseriousbusiness/httpsig](https://github.com/superseriousbusiness/httpsign) library (forked from go-fed) for signing outgoing requests, and for parsing and validating the signatures of incoming requests. This library strictly follows the [Cavage http signature RFC](https://datatracker.ietf.org/doc/html/draft-cavage-http-signatures-12), which is the same RFC used by other implementations like Mastodon, Pixelfed, Akkoma/Pleroma, etc. (This RFC has since been superceded by the [httpbis http signature RFC](https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-message-signatures), but this is not yet widely implemented.)
+GoToSocial uses the [superseriousbusiness/httpsig](https://github.com/superseriousbusiness/httpsig) library (forked from go-fed) for signing outgoing requests, and for parsing and validating the signatures of incoming requests. This library strictly follows the [Cavage http signature RFC](https://datatracker.ietf.org/doc/html/draft-cavage-http-signatures-12), which is the same RFC used by other implementations like Mastodon, Pixelfed, Akkoma/Pleroma, etc. (This RFC has since been superceded by the [httpbis http signature RFC](https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-message-signatures), but this is not yet widely implemented.)
## Query Parameters