Supabase needs a few settings to be configured in their Dashboard to work correctly. This guide will walk you through the steps to get your Supabase authentication setup.
The first thing you need to do is to set the authentication URLs in the Supabase Dashboard. These URLs are used to redirect users to the correct page after they have logged in or signed up.
https://my-site.com
)./auth/callback
appended to it (e.g. https://my-site.com/auth/callback
) and another for redirecting users to their password reset page (e.g. https://my-site.com/settings/profile/password
).If you want to send emails from your own domain, you can configure your SMTP settings in the Supabase Dashboard.
This is optional, but recommended if you want to send emails from your own domain.
SMTP Settings
settings to your liking according to your provider's documentation.