User verification

How to verify new user using SMS(otp)?
Thanking you,
Wix team

Hello,

Do a web search for ‘send sms api’ and see what service best fits your needs.You will probably have to use fetch in order to communicate with the third party service.

https://www.wix.com/code/reference/wix-fetch.html

Read about 3rd party API here: Corvid: Accessing Third-Party Services with the Fetch API

To complete the process, you will also need to generate a random number for verification, store it in a collection and verify it once the user inputs the number.

You can google JavaScript code that generates random numbers.

See more posts on this matter that can give you an idea on how to implement it: https://www.wix.com/corvid/forum/search/otp