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
SetCookie writes the value as-is (caller does its own encoding). Add a tamper-proof cookie helper (HMAC/AEAD), the way fiber ships signed cookies. Low urgency since the server-side session store already covers the common case.
SetCookie writes the value as-is (caller does its own encoding). Add a tamper-proof cookie helper (HMAC/AEAD), the way fiber ships signed cookies. Low urgency since the server-side session store already covers the common case.