feat: add API tokens + force log out button
This commit is contained in:
parent
9c8b6a8f91
commit
2716471fa9
9 changed files with 207 additions and 52 deletions
6
scripts/migrate/011_token_info.sql
Normal file
6
scripts/migrate/011_token_info.sql
Normal file
|
@ -0,0 +1,6 @@
|
|||
-- +migrate Up
|
||||
|
||||
-- 2023-03-30: Add token information to database
|
||||
|
||||
alter table tokens add column api_only boolean not null default false;
|
||||
alter table tokens add column read_only boolean not null default false;
|
Loading…
Add table
Add a link
Reference in a new issue