You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TRUST_PROXY environment variable is now parsed correctly: numeric values like 1 are treated as a hop count (not an IP address), so req.ip returns the real client IP when running behind a reverse proxy such as Traefik or nginx. Subnet strings (e.g. 172.16.0.0/12) and named values (loopback) continue to work as before.
.env.example documents TRUST_PROXY with examples for Traefik/Docker setups.