📄️ Reverse Proxy
AuthProxy includes a custom reverse proxy built as ASP.NET Core middleware. It forwards requests to backend services based on database routing configuration with per-request authentication, rate limiting, and header injection.
📄️ File Service
AuthProxy provides file upload and download transport for Chat attachments. AuthProxy stores bytes and enforces transport-level limits; Chat owns file metadata, access checks, and attachment lifecycle.
📄️ Inbound Email Bridge
SMTP listener built into AuthProxy that turns inbound email into chat messages.