feat(auth): implement JWT authentication with secure password hashing

This commit is contained in:
DS | Schubert 2026-07-02 15:43:00 +02:00
parent 6656a8782c
commit 56df3228a4
7 changed files with 146 additions and 74 deletions

View file

@ -7,7 +7,7 @@ requires-python = ">=3.14"
dependencies = [
"alembic>=1.18.5",
"fastapi>=0.139.0",
"passlib[bcrypt]>=1.7.4",
"pwdlib[argon2]>=0.3.0",
"psycopg[binary]>=3.3.4",
"pydantic-settings>=2.14.2",
"python-jose[cryptography]>=3.5.0",