Supabase authentication
Demo flowChoose an authentication strategy
Update the auth
method in your config.
auth: {
method: 'supabase',
},
Get your Supabase credentials
- Get API key.
- Update to your
.env
file.
VITE_SUPABASE_URL=
Supabase url:

VITE_SUPABASE_ANON_KEY=
Supabase anon key:
