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
REACT_SCAN_ENABLED: z.boolean().optional(),// Enable React Scan for performance debugging (dev only)
613
613
614
614
// Network / proxy trust
615
-
AUTH_TRUSTED_PROXIES: z.string().optional(),// Comma-separated reverse-proxy IPs or CIDR ranges. Sim and Better Auth walk the forwarded-IP chain right to left, skip these trusted hops, and use the first untrusted address. Invalid and catch-all entries fail at startup.
615
+
/** Comma-separated proxy IPs/CIDRs skipped while resolving the forwarded client chain. */
0 commit comments