This lesson is for members. Join us?
Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!
Changes to Default Email Provider in Supabase
The Composition API Masterclass is coming soon!
Sign-up for the Vue.js Masterclass 2024 Edition.
In this lesson, we’re tackling a critical update from Supabase that affects email-based authentication. Supabase recently changed its default email provider, meaning you’ll need to set up a custom SMTP provider to continue using features like email login, registration, and password resets. Without it, only users within your organization can authenticate, leaving external users unable to register or reset passwords.
Rather than diving into setting up a custom SMTP provider like SendGrid, PostMark, and MilGun , I’ll focus on updating our project to adapt to this change. We will modify your seeders and migrations to ensure everything runs smoothly with your existing email setup.