setup fastapi auth using authentik instance

This commit is contained in:
Viktor Barzin 2025-06-14 13:39:37 +00:00
parent 4ad04775c9
commit 9b03ab83d2
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
5 changed files with 175 additions and 19 deletions

View file

@ -26,6 +26,8 @@ alembic = "^1.16.1"
sqlalchemy = {extras = ["asyncio"], version = "^2.0.41"}
tenacity = "^9.1.2"
fastapi = {extras = ["standard"], version = "^0.115.12"}
pyjwt = "^2.10.1"
cryptography = "^45.0.4"
[tool.poetry.group.dev.dependencies]
ipdb = "^0.13.13"