Hey guys it's me again, has any way to create a user without the signup function? We need to impleme...
s
Hey guys it's me again, has any way to create a user without the signup function? We need to implement our own user dashboard to be possible to the admins register their employes in our software, but every time when I call the signup function to create a user, the supertokens automatic sign in the user after the signup.
r
hey @scarionface which recipe are you using on the backend?
s
EmailPassword recipe
r
So there is a function in the backend SDK: emailpassword.signup which you can call to create a user in supertokens without creating a session for them.
s
That's great, thank you