From 5f3861ab371084a4fd08efdd6c827aa6339603e6 Mon Sep 17 00:00:00 2001 From: Jan Pieter Waagmeester Date: Thu, 5 Jun 2025 22:59:16 +0200 Subject: [PATCH] docs: Adjust the name of the cookie to the current "techaro.lol-anubis-auth" (#615) * docs: Adjust the name of the cookie to the current "techaro.lol-anubis-auth" Name definition: https://github.com/TecharoHQ/anubis/blob/76fa3e01a5e60e65557f2a457ffc46666edadfbd/anubis.go#L12-L14 The name changed in 6c0ff3f4d5e7a66ea85e5873e6ee4c28692091d7 Signed-off-by: Jan Pieter Waagmeester * chore: spelling Signed-off-by: Xe Iaso --------- Signed-off-by: Jan Pieter Waagmeester Signed-off-by: Xe Iaso Co-authored-by: Xe Iaso --- docs/docs/design/how-anubis-works.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/design/how-anubis-works.mdx b/docs/docs/design/how-anubis-works.mdx index 722af42..60a887f 100644 --- a/docs/docs/design/how-anubis-works.mdx +++ b/docs/docs/design/how-anubis-works.mdx @@ -91,7 +91,7 @@ work valid?"} ## Proof of passing challenges -When a client passes a challenge, Anubis sets an HTTP cookie named `"within.website-x-cmd-anubis-auth"` containing a signed [JWT](https://jwt.io/) (JSON Web Token). This JWT contains the following claims: +When a client passes a challenge, Anubis sets an HTTP cookie named `"techaro.lol-anubis-auth"` containing a signed [JWT](https://jwt.io/) (JSON Web Token). This JWT contains the following claims: - `challenge`: The challenge string derived from user request metadata - `nonce`: The nonce / iteration number used to generate the passing response