This example shows how to use Supabase Auth on the client and server in both API Routes and when using server-side rendering (SSR).
The Vercel deployment will guide you through creating a Supabase account and project. After installation of the Supabase integration, all relevant environment variables will be set up so that the project is usable immediately after deployment 🚀
cd into this directorynpm install to install dependencies.env.local.example into .env.local and add the project keysnpm run dev to start the local development serverPlease file feedback and issues over on the Supabase GitHub org.
An example web app using Supabase and Next.js.
This example shows how to use Supabase Auth on the client and server in both API Routes and when using server-side rendering (SSR).
The Vercel deployment will guide you through creating a Supabase account and project. After installation of the Supabase integration, all relevant environment variables will be set up so that the project is usable immediately after deployment 🚀
cd into this directorynpm install to install dependencies.env.local.example into .env.local and add the project keysnpm run dev to start the local development serverPlease file feedback and issues over on the Supabase GitHub org.