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