With that in mind, we have created an extensible framework for you to test your applications being deployed with Authy OneCode and Authy Phone Verification for the delivery of the one-time passwords and tokens via SMS.
The framework can be found here and it's completely free and open source.
Some of the tasks that the 2FA Automated Testing Framework is able to help you with are:
- Acquire a new Twilio Number (or use an existing one)
- Setup a Webhook URL for the Twilio Number to forward the SMS messages generated and delivered by Authy OneCode and/or Authy Phone Verification. You can also set the framework to poll for SMS messages on your Twilio Number.
- Register the Twilio Phone Number and create a new user with the Authy service
- Use the Authy One Code and/or Authy Phone Verification API to trigger a SMS message delivery to the Twilio Number
- Validate the received SMS message payload with the Authy OneCode and/or Authy Phone Verification APIs
- Report if the token provided is valid or not
- Release the Twilio Phone Number and remove the Authy user depending on how you configure the framework
So, if you need to test your 2FA application using Authy OneCode or Authy Phone Verification in an automated fashion this framework is for you.
Download or clone it from here: https://github.com/AuthySE/authy-testing-sample and start testing!