mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-10 21:53:57 +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
0
migrations/sqlite/2022-01-17-234911_add_api_key/down.sql
Normal file
0
migrations/sqlite/2022-01-17-234911_add_api_key/down.sql
Normal file
2
migrations/sqlite/2022-01-17-234911_add_api_key/up.sql
Normal file
2
migrations/sqlite/2022-01-17-234911_add_api_key/up.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE users
|
||||
ADD COLUMN api_key TEXT;
|
Loading…
Add table
Add a link
Reference in a new issue