User authentification
There are 2 built-in ways to authenticate users: Magic Links & Google Oauth.
The login verification part is implemented using supabase.
Once you've completed at least one of the tutorials above, just config the supabase key in .env.
Supabase
Get the API Keys
- Go to the
API Settingspage in theDashboard. - Find your Project
URLkeys on this page.
.env
SUPABASE_URL="YOUR_SUPABASE_URL"