3
Support email signup universal link redirect
Source: supabase/supabase#25923 · opened by @percarlsen
I'm building a flutter app primarily for iOS (for now). The app has email signup, and I want to redirect the user to a certain screen after pressing the link in the confirmation email. To do so, I'm configuring the SITE_URL in supabase to point to the page I want to direct the user to. The issue is that my app uses universal links (as per [Apple's recommendation]( but the SITE_URL only supports custom schemes, not universal links ([documentation](
I've worked around this for now by using custom scheme for this purpose only, but I'd prefer to only use universal link. Would it be possible to support universal links in SITE_URL?
I've worked around this for now by using custom scheme for this purpose only, but I'd prefer to only use universal link. Would it be possible to support universal links in SITE_URL?
No pledges yet. Be the first to back this.
Comments
Similar requests
Disable email confirmation for SSO signups.
1 vote · 0 comments
https://github.com/supabase/supabase/discussions
2 votes · 0 comments
Specify redirect url when authenticating users with magic link.
4 votes · 0 comments
Does the Auth module need to be expanded to support waitlists?
4 votes · 0 comments
for signup with confirmation method, users with unconfirmed emails can signup again with the same emails but different passwords
5 votes · 0 comments
No comments yet.