mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-06-02 21:15:14 -06:00
I think this not here got lost and makes the sentence incorrect
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).
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user