Can you make a video showing "phone number user auth creation?"

Options
Zephyr
Zephyr Member

The best part about using Xano is that the email auth is automatic because they know no-coders don't have the experience to setup auth all on our own.

Can someone do a concise video showing how to do this exactly? Start to finish using webflow, wized, xano, and phone number provider? I'm pretty sure this community would go wild for it.

Please and thank you!"

Resources I found so far:

1)

2) Comment from @tavi on Wized discord
"The general steps are:
1. make a field for phone number which has a validation for phone numbers
( you can use regex as shown in Emanuels videos for user creation or an html mask as shown hereand here https://www.w3schools.com/tags/att_input_pattern.asp )
2. then before calling xano, you need some kind of phone validation api, which will standardise all of the number to the same format
you can also skip this if you have a strong field validation, but this makes it a bit more complex.
also you need the country field, so that the phone validation can validate by country
3. then you need to create a new user in Xano using the phone as a key ( and before that check if the phone number does not exist)
you can take the standard sign up setup from xano and just replace the email to phone everywhere
4. you will then get the token and set it as cookie , from here the process is the same as the email sign up/sign in"

Answers