Junie: add TOTP authentication
This commit is contained in:
@@ -3,7 +3,8 @@ CREATE TABLE users (
|
||||
created integer,
|
||||
user text not null,
|
||||
password blob not null,
|
||||
salt blob not null
|
||||
salt blob not null,
|
||||
totp_secret text
|
||||
);
|
||||
|
||||
CREATE TABLE tokens (
|
||||
|
||||
Reference in New Issue
Block a user