https://supertokens.com/ logo
p

porcx

06/28/2022, 5:43 AM
any documentataion regarding how to create user
r

rp

06/28/2022, 5:48 AM
hey! you want to manually create a user?
@porcx you can use the sign up route, or you can even use the sign up function provided by the SDK
which recipe are you using?
p

porcx

06/28/2022, 5:49 AM
emailPassword
I need to manulaly create user. Something like admin can create user.
r

rp

06/28/2022, 5:50 AM
Right. Thjere should be a
EmailPassword.signUp(..)
function
p

porcx

06/28/2022, 5:51 AM
@rp And again is there any way i assign role to user while i create it
p

porcx

06/28/2022, 5:52 AM
Thanks. 🙂
@rp is there any documentation how i can override signup for fastify
8 Views