FeatureFuel
4

Specify redirect url when authenticating users with magic link.

Source: supabase/supabase#6943 · opened by @spencerbart
Currently, only OAuth providers can sign in with redirect where it can take an optional param called redirectTo that specifies where to redirect them to. It would be awesome if regular Magic Link auth could take this param and use it when generating a link.
![image](

We regularly have people try to access a resource (a custom portal where the url is sent to them in this case) that is authenticated by their email. We want the magic link to redirect back to that resource and not to a default url because the resource changes from user to user.

Like this
![image](

I have looked through the gotrue repo and it seems like it's only a few lines of code that need to be changed to make this work.

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests