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
If the SESSION_SECRET env variable is missing the server silently uses undefined as the session secret, making all sessions insecure. Add a startup check that throws a clear error if required env vars are absent.
If the SESSION_SECRET env variable is missing the server silently uses undefined as the session secret, making all sessions insecure. Add a startup check that throws a clear error if required env vars are absent.