Initial commit

Adds OIDC token validator application with FastAPI backend and HTML/JavaScript frontend.
Includes Docker configuration and Kubernetes readiness.
This commit is contained in:
2025-08-08 09:10:55 +02:00
commit a4908ac492
6 changed files with 1059 additions and 0 deletions

6
requirements.txt Normal file
View File

@@ -0,0 +1,6 @@
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