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
rp_st
10/25/2023, 5:49 AM
hey @scarionface which recipe are you using on the backend?
s
scarionface
10/25/2023, 11:55 AM
EmailPassword recipe
r
rp_st
10/25/2023, 12:00 PM
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.
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).