AntiPattern
Cookie-Based Auth Breakage
cookie-auth-transmission-breakage
Cookie-scoped auth tokens fail to reach the backend when SameSite/CORS/websocket/proxy rules block cookie transmission or request handling, and when framework APIs (e.g., Next.js Server Components) disallow cookie mutation, causing missing Authorization/auth state.