setup fastapi auth using authentik instance
This commit is contained in:
parent
4ad04775c9
commit
9b03ab83d2
5 changed files with 175 additions and 19 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue