WIP Implementing API tokens.
This commit is contained in:
@ -5,7 +5,8 @@ create table "users" (
|
||||
id uuid default uuid_generate_v4() primary key,
|
||||
display_name varchar not null,
|
||||
email varchar not null unique,
|
||||
hashed_pwd varchar not null
|
||||
hashed_pwd varchar not null,
|
||||
salt varchar not null
|
||||
);
|
||||
|
||||
create table "api_tokens" (
|
||||
|
Reference in New Issue
Block a user