web-client/bff
Markov 2f1778c821
Some checks failed
Deploy Web Client / deploy (push) Has been cancelled
feat: BFF (Python FastAPI) — proxy to Tracker with JWT auth
- 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)
2026-02-15 19:44:55 +01:00
..
__pycache__ feat: BFF (Python FastAPI) — proxy to Tracker with JWT auth 2026-02-15 19:44:55 +01:00
app.py feat: BFF (Python FastAPI) — proxy to Tracker with JWT auth 2026-02-15 19:44:55 +01:00
auth.py feat: BFF (Python FastAPI) — proxy to Tracker with JWT auth 2026-02-15 19:44:55 +01:00
config.py feat: BFF (Python FastAPI) — proxy to Tracker with JWT auth 2026-02-15 19:44:55 +01:00
requirements.txt feat: BFF (Python FastAPI) — proxy to Tracker with JWT auth 2026-02-15 19:44:55 +01:00
tracker_client.py feat: BFF (Python FastAPI) — proxy to Tracker with JWT auth 2026-02-15 19:44:55 +01:00
ws_proxy.py feat: BFF (Python FastAPI) — proxy to Tracker with JWT auth 2026-02-15 19:44:55 +01:00