Multi factor authentication

Is there a way to implement MFA using Appium?

Thanks

all possible. for example we do login with (both iOS and Android apps):

  • username + password
  • 2F SMS that coming to phone (in most cases we take SMS from DB to avoid any need of SIM card on phone but few cases checking that SMS really coming to phone and takes SMS code from it)

Yes by using email clients, you can implement MFA feature

But code is great, you can add example