feat(auth): implement JWT authentication with secure password hashing
This commit is contained in:
parent
6656a8782c
commit
56df3228a4
7 changed files with 146 additions and 74 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue