config: add token.shadow file

containing pairs of token ids and hashed secret values.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler
2020-10-07 13:09:13 +02:00
committed by Wolfgang Bumiller
parent e0538349e2
commit f8adf8f83f
2 changed files with 92 additions and 0 deletions

View File

@ -21,6 +21,7 @@ pub mod datastore;
pub mod network;
pub mod remote;
pub mod sync;
pub mod token_shadow;
pub mod user;
pub mod verify;