feat: auth backend implementation

This commit is contained in:
2025-06-09 07:04:33 -04:00
parent eb84ff2060
commit df5b247cdd
8 changed files with 419 additions and 3 deletions
+6
View File
@@ -8,7 +8,13 @@ dependencies = [
"alembic>=1.16.1",
"dotenv>=0.9.9",
"fastapi[standard]>=0.115.12",
"passlib[bcrypt]>=1.7.4",
"psycopg2-binary>=2.9.10",
"pyrefly>=0.18.1",
"python-jose[cryptography]>=3.5.0",
"sqlalchemy>=2.0.41",
"uvicorn[standard]>=0.34.2",
]
[tool.pyrefly]
project-includes = ["**/*"]
project-excludes = ["**/*venv/**/*"]