FeatureFuel
2

Disable auto sign in if sign up successful

Source: supabase/supabase#11909 · opened by @A-L-M
Is your feature request related to a problem? Please describe.
I'm building an admin panel that lets a signed-in user create new users with an email and password. The problem is that calling the supabase.auth.signUp(...) function changes the current user to the newly created one automatically. Before, I tried using supabase.auth.api.signUpWithEmail(...) according to [this discussion]( This function is no longer available as far as I know.

Describe the solution you'd like
I'd like an alternative to the supabase.auth.api.signUpWithEmail(...) function that existed before.

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