oauth-backend/pyproject.toml
sultanofdisco 4f6f2519b3 nonceCheck
oidc flow인지 확인하고 id token을 디코딩한 후 nonce의 유무를 확인한다
2025-06-08 20:56:10 +09:00

14 lines
304 B
TOML

[project]
name = "oauth-proxy"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"mitmproxy>=12.1.1",
"aiohttp>=3.8.0",
"httpx>=0.28.1",
"fastapi[standard]>=0.115.12",
"granian>=2.3.2",
"PyJWT>=2.10.1",
]