auth🟢SSR
CLI
storage🤷othersupabase db reset --linked to update migrations etc. When I rerun my app locally, the user was still logged in even though no relevant user was anywhere in the supabase db. I assume that is because session or user is cached somewhere. I could still access protected routes that had const { data } = await supabase.auth.getClaims() and a check if that exists but Id get an error when trying to access more information. Printing the getClaims() data showed my old user before the DB reset.