I have been digging into the documentation of Twilio and Authy to accomplish the task of adding 2FA in an iOS app.
Yet despite the alleged simplicity of these platforms, I have been unable to find any sample project or documentation that illustrates how to implement 2FA into an iOS app, all of the examples are for web apps, wordpress sites, etc!
The closest I have found (which still requires creating a SQL database etc) is this one: https://www.twilio.com/blog/2015/01/mobile-passwordless-sms-authentication-part-1-building-the-api-with-laravel-and-twilio.html
My question is this, what is the simplest way to add 2FA to an app? If it is Twilio / Authy Can anyone point me in the direction of a sample project or some documentation that best illustrates this task?
Thanks in advance!