Can a Phone Number and password authentication sys...
# support-questions
a
Can a Phone Number and password authentication system be made by supertokens
r
Hey @Akshay Kumar Sharma
Whilst it’s not 100% supported out of the box, it certainly can be. You will need to do a few customisations. I can make a quick demo app for this.
What would the flow look like? User enters phone and password during sign up, and then you would also want to verify their phone number via an OTP?
a
yes
r
Or maybe the user enters their phone, verifies it with an OTP, and then sets a password?
a
I want user to enter Name, Phone number, password and profile photo. After that I want to verify their phone number with otp
r
Got it! I can make a quick demo app for this with react and node. It’s a great example
Will post the demo app link here and on the GitHub issue you opened sometime today
a
ok
you can tell me if you need any help
r
Sure! I’ll let u know
But it should be an easy enough use case anyway
a
Following. I already implemented custom fields but interested in checking out the demo.
r
a
Thank you so much!! Taking a look at it now.