Add user authentication with password hashing - Integrated Argon2 for password hashing and verification - Added bcrypt and thiserror dependencies - Updated database schema with admin and ban flags - Implemented user account creation and login logic - Enhanced error handling for database operations ``` |
||
---|---|---|
.. | ||
001_create_users_table.sql | ||
002_create_admin_flag.sql | ||
003_create_ban_flag.sql |