Supabase
Configuration
Supabase: Postgres database, Authentication, instant APIs, Edge Functions, Realtime subscriptions, Storage, and Vector embeddings
Supabase is an open source modern stack which provides all features needed for a production-ready application.
Create a new Project
Configure the Project
Database API
Database API
Get all the Api keys on the database API page: anon, service_role.
Set variables:
- VUE_APP_SUPABASE_ANON_KEY
- VUE_APP_SUPABASE_URL
- JWT_SECRET
Authentification
Authentification
Site URL:
Configure the default redirect URL used when a redirect URL is not specified or doesn’t match one from the allow list. This value is also exposed as a template variable in the email templates section.
Providers:
- Email:
- Enable Email Signup : Yes
- Double confirm email changes : Yes
- Enable email confirmations : Yes
- Linked-in
Supabase docs : https://supabase.com/docs/guides/auth
Email templates:
Configure and set your personalized templates. Micleo Edge functions project provide samples. (micleo-functions/supabase/templates)