The Vue.js Master Class 2024 Edition
Plans from $25/month

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

🚧 PLEASE NOTE: This masterclass is built with the Options API
vuejs-masterclass

The Composition API Masterclass is coming soon!

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.

Links