Add password hashing with argon2

This commit is contained in:
bronku 2025-03-28 21:53:04 +01:00
parent 01da46b81e
commit 1dd0332bc1
11 changed files with 107 additions and 15 deletions

View file

@ -0,0 +1,4 @@
alter table user
add column salt text;
pragma user_version = 8;