01Featured
Aegis
A centralized API security platform with a FastAPI control plane, Go reverse proxy, and React dashboard that enforces access policies before traffic reaches backend services.
The fun, tricky parts
- Separated policy management in the FastAPI control plane from high-performance request enforcement in the Go reverse proxy.
- Implemented API key and JWT validation, IP blocking, threat detection, credential stripping, and Redis-backed distributed rate limiting.
- Streamed policy changes over gRPC and surfaced sanitized security events through an RBAC-aware React dashboard.