Added auth

This commit is contained in:
2022-05-29 00:31:32 +02:00
parent 36bb9eeefa
commit 23d514050d
19 changed files with 815 additions and 59 deletions

View File

@ -10,8 +10,13 @@ python = "^3.10"
fastapi = "^0.77.1"
uvicorn = {extras = ["standard"], version = "^0.17.6"}
strawberry-graphql = "^0.113.0"
SQLAlchemy = "^1.4.36"
argon2-cffi = "^21.3.0"
PyJWT = "^2.4.0"
[tool.poetry.dev-dependencies]
black = {version = "^22.3.0", allow-prereleases = true}
pre-commit = "^2.19.0"
[build-system]
requires = ["poetry-core>=1.0.0"]