Rotates v2 access-token / refresh-token cookies when the access token is near expiry.
Legacy v1 Supabase cookies (sb-<ref>-auth-token) are deliberately ignored — v2 never
reads them for session auth. Touching v1 cookies from here would fight v1's ownership.
Rotates v2
access-token/refresh-tokencookies when the access token is near expiry.Legacy v1 Supabase cookies (
sb-<ref>-auth-token) are deliberately ignored — v2 never reads them for session auth. Touching v1 cookies from here would fight v1's ownership.