mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-13 07:03:58 +00:00
Add support for API keys
This is mainly useful for CLI-based login automation.
This commit is contained in:
parent
8ba6e61fd5
commit
69ee4a70b4
13 changed files with 164 additions and 7 deletions
|
@ -178,6 +178,7 @@ table! {
|
|||
excluded_globals -> Text,
|
||||
client_kdf_type -> Integer,
|
||||
client_kdf_iter -> Integer,
|
||||
api_key -> Nullable<Text>,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue