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.
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.
Comments
Similar requests
Event Handling for SignIns
2 votes · 0 comments
Add `signUploadObjectUrls()` for generating multiple signed upload URLs
1 vote · 0 comments
Postgres Realtime Querying hydration and commonality to postgREST
1 vote · 0 comments
Support Google Sign in with Google's button
4 votes · 0 comments
Built-in Duplicate Email Handling with Customizable Email Templates
3 votes · 0 comments
No comments yet.