Add IAM Profile FastAPI verifier

This commit is contained in:
2026-06-28 00:19:18 +02:00
parent d11912d460
commit ba325976da
4 changed files with 626 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ dependencies = [
"asyncpg>=0.29",
"httpx>=0.27",
"uvicorn[standard]>=0.30",
"cryptography>=42.0",
]
[project.optional-dependencies]