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
fix(public-api): resolve CORS preflight credential drops and add OPTIONS caching: - Replaced global npm middleware with custom to prevent eager responses that intercepted and broke credentialed requests.
- Added to preflight responses, allowing the safe transmission of HTTP-only cookies (e.g., Refresh Tokens).
- Implemented CORS preflight caching with (24h) to significantly reduce frontend network latency by avoiding redundant OPTIONS requests.
- Removed unused package import.
0 commit comments