OAuth working

This commit is contained in:
chesspro13
2024-09-07 13:18:47 -07:00
parent 1a8625b558
commit c74da18e23
5 changed files with 61 additions and 28 deletions

View File

@@ -129,6 +129,8 @@ CREATE TABLE IF NOT EXISTS "attachments"
CREATE TABLE IF NOT EXISTS "user_data"
(
tmpID INT,
username TEXT,
email TEXT,
userIDEcnryptedDataKey TEXT,
userIDVerificationHash TEXT,
salt TEXT,