Ask HN: What's the best service for phone number verification?
Considering writing an app with phone number login using a verification system - I was considering rolling my own using Twilio (asking the user to call a number and add a code or get an SMS and enter a code), but I was wondering if there are any better solutions that work OOTB.
4 comments
[ 3.3 ms ] story [ 20.7 ms ] threadhttps://www.nexmo.com/product/verify/ https://getprove.com/
In terms of ease of use and reliability, I preferred Nexmo. But however, I faced issues sending sms to VOIP numbers with Nexmo.
I ended up using Twilio and Parse (it was the backend anyway) to get a verification service running. You can use this http://shamadeh.com/blog/web/mobile/twilio/parse/2014/07/31/... as a starting point!