Some checks failed
Deploy Web Client / deploy (push) Has been cancelled
- BFF on port 8200: auth + proxy to tracker - All /api/* routes go through BFF - WebSocket proxy with JWT auth - Tracker no longer exposed to internet - Logging on all requests - Removed Next.js API routes for auth (BFF handles it)
6 lines
79 B
Plaintext
6 lines
79 B
Plaintext
fastapi>=0.115
|
|
uvicorn[standard]>=0.34
|
|
httpx>=0.28
|
|
websockets>=14.0
|
|
pyjwt>=2.9
|