feat: implement user and role models with password hashing, and add tests for user functionality

This commit is contained in:
2025-11-09 21:45:29 +01:00
parent 2d848c2e09
commit 53879a411f
4 changed files with 257 additions and 0 deletions

View File

@@ -9,5 +9,6 @@ jinja2
pandas
numpy
passlib
argon2-cffi
python-jose
python-multipart