chatserver/migrations
Andrea b98a890738 ```
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
```
2025-04-21 17:46:22 +02:00
..
001_create_users_table.sql Add SQLite database support and user management functionality 2025-01-31 13:43:35 +01:00
002_create_admin_flag.sql ``` 2025-04-21 17:46:22 +02:00
003_create_ban_flag.sql ``` 2025-04-21 17:46:22 +02:00