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): refine cookie options for improved security and compatibility
- Updated cookie options to use the CookieOptions type from Express.
- Ensured the domain attribute is set correctly for cross-site cookies.
- Removed conditional domain setting to streamline cookie handling.
0 commit comments