Is it possible to have both server side auth and client side auth nextjs + supabase
As the title states, is it possible to have server side auth, for example in a route handler in nextjs app router, and also have the usual client side auth from supabase? Because it seems like when I log in via the client, the supabase info is only stored in localstorage and is never passed via any cookies to the backend.