feat(demo): add auth flow UI service

This commit is contained in:
2026-07-14 10:12:22 +03:30
parent e382c4f93a
commit d43eb54e2d
16 changed files with 895 additions and 10 deletions

View File

@@ -5,6 +5,7 @@ description = "Gapido backend code challenge: gRPC OTP auth service with MongoDB
requires-python = ">=3.12,<3.14"
dependencies = [
"aio-pika==9.5.5",
"fastapi==0.115.6",
"grpcio==1.68.1",
"grpcio-health-checking==1.68.1",
"grpcio-reflection==1.68.1",
@@ -16,6 +17,7 @@ dependencies = [
"pydantic-settings==2.7.1",
"pyjwt==2.10.1",
"redis==5.2.1",
"uvicorn==0.34.0",
]
[project.optional-dependencies]