I'd like to include user validation in my web app, to prevent the user from creating many accounts.
For example, when a new user signs up, they must enter a mobile phone number, receive an SMS, then enter a confirmation code.
Is there a service or API out there that automates/simplifies this process?
Thanks!