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

  1. Go to the API Settings page in the Dashboard.
  2. Find your Project URL keys on this page.
.env
SUPABASE_URL="YOUR_SUPABASE_URL"

© Copyright 2024 fast2build