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