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(auth-cookie): parse grafserv body and set cookies correctly
- Add cookie-parser middleware to support CSRF double-submit pattern
- Parse GraphQL body from grafserv's getBody() buffer in AuthCookiePlugin
- Set cookies directly on Express response to ensure proper HTTP headers
- Fix NaN maxAge by handling unparseable authSettings values
The AuthCookiePlugin now correctly intercepts auth mutations and sets
session cookies via the Express response, ensuring multiple Set-Cookie
headers are sent separately as required by HTTP spec.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments