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:76fa3e01a5/anubis.go (L12-L14)The name changed in6c0ff3f4d5Signed-off-by: Jan Pieter Waagmeester <jieter@jieter.nl> * chore: spelling Signed-off-by: Xe Iaso <me@xeiaso.net> --------- Signed-off-by: Jan Pieter Waagmeester <jieter@jieter.nl> Signed-off-by: Xe Iaso <me@xeiaso.net> Co-authored-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
9f1d791991
commit
5f3861ab37
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue