I think this not here got lost and makes the sentence incorrect

MatthiasL-SAP 2026-05-03 16:41:54 +02:00
parent f4b9d7e9ef
commit 715e359e19

@ -27,7 +27,7 @@ To invalidate any session you can remove the [`rsa_key.pem`](https://github.com/
## Secure the `ADMIN_TOKEN`
You can hash the `ADMIN_TOKEN` using argon2id by generating a [PHC string](https://github.com/P-H-C/phc-string-format/blob/master/phc-sf-spec.md). This ensures that the admin token is not stored in a hashed format and thus cannot simply be read out.
You can hash the `ADMIN_TOKEN` using argon2id by generating a [PHC string](https://github.com/P-H-C/phc-string-format/blob/master/phc-sf-spec.md). This ensures that the admin token is stored in a hashed format and thus cannot simply be read out.
The PHC string can be generated by [using the built-in `hash` command](#using-vaultwarden-hash) or by [using the `argon2` CLI tool](#using-argon2).