https://supertokens.com/ logo
testing with passwordless auth
k

kamyab

03/22/2023, 10:27 AM
Hi, can I add a dummy users for testing purposes? in passwordless section
r

rp

03/22/2023, 10:57 AM
hey @kamyab - yes you can. We have backend sdk functions to signUp a user from the passwordless auth recipe. Check those out
k

kamyab

03/22/2023, 11:44 AM
Let me check @rp if anything needed will get back here
m

maulikp_123

03/23/2023, 3:07 PM
@rp for the fake data how to verify otp which is given in email .?
r

rp

03/23/2023, 3:08 PM
You shouldn’t call the api when manually signing up users. You should instead just use the password less recipe’s signinup function directly.