Files
demo-oidc/requirements.txt
Rene Luria a4908ac492 Initial commit
Adds OIDC token validator application with FastAPI backend and HTML/JavaScript frontend.
Includes Docker configuration and Kubernetes readiness.
2025-08-08 09:16:40 +02:00

6 lines
100 B
Plaintext

fastapi>=0.68.0
uvicorn>=0.15.0
pyjwt>=2.4.0
requests>=2.25.0
cryptography>=3.4.8
python-jose>=3.3.0