📄️ Middleware Pipeline
AuthProxy processes every incoming request through an ordered middleware pipeline. Each middleware handles a specific concern, and the order is critical — requests flow top-to-bottom, responses flow bottom-to-top.
📄️ Embedded STUN Responder
AuthProxy includes a minimal STUN responder bound to the same web port (UDP) for WebRTC NAT traversal.
📄️ Known Limitations
This page documents known limitations and considerations when deploying AuthProxy.