Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.73 KB

File metadata and controls

33 lines (19 loc) · 1.73 KB

Supabase Authentication

This example shows how to use Supabase Auth on the client and server in both API Routes and when using server-side rendering (SSR).

Deploy with Vercel

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 🚀

Deploy with Vercel

Test locally

Step 1. cd into this directory.

Step 2. run npm install

Step 3. create a supabase account and create a new project.

Step 4. copy .env.local.example into .env.local, and populate the keys.

Step 5. run npm run dev

Feedback and issues

Please file feedback and issues over on the Supabase GitHub org.

More Supabase examples