Rails register User using phone number and confirm

2019-07-26 20:08发布

问题:

I am building an iPhone app and the rails backend for it. I want the user to register via their phone number and a confirmation code sent using SMS. It should work like WhatsApps authentication.

Does anyone know a gem, ideally for devise, or do I have to build this on my own?