Tutorials

Intermediate - 35 minutes

Connect Supabase auth and projects

Apply the database migrations, add the environment keys, and enable shared auth across your SaaS portfolio.

  1. Step 1: Log into your Supabase console, create a new project, and copy the Project URL and API keys.
  2. Step 2: Apply the database migrations found under supabase/migrations/ using the Supabase CLI or dashboard SQL editor.
  3. Step 3: Add the NEXT_PUBLIC_SUPABASE_URL and NEXT_PUBLIC_SUPABASE_ANON_KEY to your project environment configuration.
  4. Step 4: Sign up a test user on your platform and check the auth.users and public.entitlements tables to confirm successful sync.
Open the portal dashboard