add authorization and admin role

This commit is contained in:
2025-07-13 17:19:52 +05:00
parent e328fd4100
commit b6901ddf7b
9 changed files with 221 additions and 6 deletions

View File

@ -3,3 +3,5 @@ uvicorn==0.30.0
sqlalchemy==2.0.41
pydantic==2.11.7
python-multipart==0.0.9
python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4