I have a website and a mobile app. How would you structure verification emails?
Hey guys, In my Supabase Auth settings I have
When a user verifies their email, they're currently sent to
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?
localhost:3000 as my site URL and my apps deeplink url has been added to the Redirect URLs list.When a user verifies their email, they're currently sent to
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?