Home

Server-Side Auth Overview

When using Supabase with server-side languages and frameworks - such as Next.js, SvelteKit and Remix - it is important to configure your Supabase client to use cookies for storing user sessions. We have developed an @supabase/ssr package to make this process as simple as possible. This package is currently in beta, and is likely to have breaking changes in the future.

Framework Quickstarts#

Next steps#