@supabase/ssr automatically sets a client side cookie called sb-localhost-auth-token but is tying to read a cookie called sb-kong-auth-token on the server side. Is this truly not supported, ie do I need to patch the official auth client to use supabase in docker with client side testing?