JohnTadros Posted March 11, 2020 Share Posted March 11, 2020 how to make 2FA Authentication by sms, call voice or email, i want to to make a step 2 for security in my application si If a login to myaccount is attempted i want to initiate 2fa with choice of SMS , email or call with PIN then to validate it are there any PHP frameworks or services Open Source or paid that could deliver this functionality for me? i found Nexmo sms but it is for sms only and twilio authy.. does any one have any reccomndation? Quote Link to comment Share on other sites More sharing options...
requinix Posted March 11, 2020 Share Posted March 11, 2020 SMS/phone and email are not as secure as everyone thinks. Use OTP codes. Quote Link to comment Share on other sites More sharing options...
gizmola Posted March 11, 2020 Share Posted March 11, 2020 8 hours ago, JohnTadros said: how to make 2FA Authentication by sms, call voice or email, i want to to make a step 2 for security in my application si If a login to myaccount is attempted i want to initiate 2fa with choice of SMS , email or call with PIN then to validate it are there any PHP frameworks or services Open Source or paid that could deliver this functionality for me? i found Nexmo sms but it is for sms only and twilio authy.. does any one have any reccomndation? I would go with either Authy or Google Authenticator. There are popular component libraries for each: Google Authenticator: https://packagist.org/packages/phpgangsta/googleauthenticator Authy (I know you saw this already): https://packagist.org/packages/authy/php Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.