How To Configure Django Authy For Two Factor Authentication

半腔热情 提交于 2019-12-02 09:31:27

Twilio developer evangelist here.

Your issue here is that you are using the verification API, which is for one time phone number verification and doesn't use the Authy app.

Instead you want the APIs for one time passwords. I don't know what's wrong with the tutorial you linked to, but all the code for the app can be found here: https://github.com/TwilioDevEd/account-security-quickstart-django.

Let me know if that helps at all.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!