add: user grants

TODO: add grant creation api, grant tab in sessions tab of settings, grant api endpoints
This commit is contained in:
trisua 2025-05-31 14:38:38 -04:00
parent 7de2c2e935
commit bf27c51ad3
8 changed files with 98 additions and 7 deletions

View file

@ -0,0 +1,2 @@
ALTER TABLE users
ADD COLUMN grants TEXT NOT NULL DEFAULT '[]';