Disable auto sign in if sign up successful #11909
Unanswered
A-L-M
asked this question in
Feature Requests
Replies: 2 comments
|
Transferring this issue to discussions to further discuss this feature. Currently, you have the following workaround for it. |
0 replies
|
@A-L-M, I have a similar issue, but it cannot be solved with this function. In my app, an admin is creating users using the |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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 usingsupabase.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.All reactions