Initial relay service setup
API gateway that relays authenticated requests to backend services. Features JWT auth, rate limiting, scope-based access control. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
commit
10e9da9b32
3 changed files with 322 additions and 0 deletions
8
requirements.txt
Normal file
8
requirements.txt
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
fastapi>=0.100.0
|
||||
uvicorn[standard]>=0.23.0
|
||||
python-dotenv>=1.0.0
|
||||
httpx>=0.24.0
|
||||
pyjwt>=2.8.0
|
||||
bcrypt>=4.0.0
|
||||
slowapi>=0.1.9
|
||||
pydantic>=2.0.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue