add authentication

This commit is contained in:
Anatol Ulrich
2023-10-04 21:03:20 +02:00
parent 89368ded2a
commit fa52233404
8 changed files with 428 additions and 0 deletions

8
requirements.txt Normal file
View File

@@ -0,0 +1,8 @@
fastapi
python-jose[cryptography]
toml
strawberry-graphql[fastapi]
uvicorn[standard]
coloredlogs
pydantic
httpx