.env.example
file to .env
and configure the following required variables:
Site URL
to your deployed auth callback URL. https://www.yourdomain.com/auth/callback
Redirect Urls
to URL Configuration
in Authentication
in Supabase.
Localhost would be http://localhost:3000/**
supabase/config.toml
and set your project name. Start your database by running
.env
file. Of course, you can also use your self-hosted Supabase instance.