I have a website and a mobile app. How would you structure verification emails?
Hey guys, In my Supabase Auth settings I have
localhost:3000
localhost:3000
as my site URL and my apps deeplink url has been added to the
Redirect URLs
Redirect URLs
list.
When a user verifies their email, they're currently sent to
localhost:3000/...
localhost:3000/...
I imagine ill change this to my website url when i go live. But im wondering how I would handle sending the user back to the mobile app instead of my website url, if they signed up from there?
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.