feat: password-based registration and login (closes #1) #23
1
internal/db/schema/002_add_passwords.sql
Normal file
1
internal/db/schema/002_add_passwords.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE sessions ADD COLUMN password_hash TEXT NOT NULL DEFAULT '';
|
||||
Reference in New Issue
Block a user