Skip to content

An example of One-Time Password implementation for Django App using Twilio SMS gateway.

License

Notifications You must be signed in to change notification settings

NandeeshHD/Django_OTP_Twilio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Django_OTP_Twilio

An example of One-Time Password implementation for Django App using Twilio SMS gateway.

Need to install django-otp-twilio package. For api reference doc visit http://pythonhosted.org/django-otp-twilio/ .

And also you need to signup and get the details for settings from https://www.twilio.com/try-twilio . The following fields have to be filled up in settings.py file: OTP_TWILIO_ACCOUNT = '' OTP_TWILIO_AUTH = '' OTP_TWILIO_FROM = ''

About

An example of One-Time Password implementation for Django App using Twilio SMS gateway.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published