mottoskorzeny's avatar

Two factor authentication with SMS code.

Hello there. I develop a financial application with Laravel. Due to some security concerns, I would like to verify the users with SMS verification code after successful mail / password pairing. I do not use Twilio and I already subscribed to a local sms service provider. But I do not know how to implement it in the Laravel Auth system. There are some articles for two factor authentication, but couldn't find something similar to the situation. Any help, idea, link will be greatly appreciated! Thank you. By the way I am new to laravel...

0 likes
1 reply
Paschal's avatar

In case you are still looking for one, checkout this package I wrote. Has 2fa with SMS, available providers are Nexmo & Twilio...

If you have a local SMS provider of your choice, hit me up, I can help you write a custom one and integrate it to the package.

http://github.com/paschaldev/laravauth

Please or to participate in this conversation.