How to Implement Account Verification and Login by Phone in Laravel - Victor Abbah Nkoms 

How to Implement Account Verification and Login by Phone in Laravel

April 11, 2019 1 min read

How to Implement Account Verification and Login by Phone in Laravel

Photo by @pawel_czerwinski on Unsplash.

At times, you might want to create an app that uses a phone number/password pair as a means of authentication, as opposed to the normal email/password pair. In some other cases, you are not necessarily using phone numbers as a means of authentication, but having a phone number is critical to your app. In such situations, it is very important you verify that the phone numbers your users provide are valid and functional. One way to do this is to give them a call and tell them a code that they will have to provide to your app. If you use Gmail, then you are probably familiar with the voice call verification it uses. In this article, I showed you how to achieve that using Laravel and Twilio’s excellent service.

I wrote the post originally for Twilio's blog. You can read it here

Let's continue this conversation. Follow me on twitter @veekthoven.


Subscribe to my newsletter

I send out emails periodically about stuff i find interesting. If you'd love that, subscribe below.