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:
6
requirements.txt
Normal file
6
requirements.txt
Normal 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
|
||||
Reference in New Issue
Block a user