feat: add security: OAuth2 with JWT

This commit is contained in:
2025-02-14 20:10:21 +01:00
parent 9c54eaf59b
commit 8a9af450d4
7 changed files with 273 additions and 7 deletions

View File

@@ -6,11 +6,14 @@ author = "julius"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"argon2-cffi>=23.1.0",
"fastapi[standard]>=0.115.7",
"matplotlib>=3.10.0",
"networkx>=3.4.2",
"passlib>=1.7.4",
"psycopg>=3.2.4",
"pydantic-settings>=2.7.1",
"pyjwt>=2.10.1",
"pyqt6>=6.8.0",
"sqlmodel>=0.0.22",
"uvicorn>=0.34.0",