Skip to content

Django website using Authy Phone Verification API for user verification and two-factor authentication.

Notifications You must be signed in to change notification settings

pyaf/twilioproject

Repository files navigation

What this project includes

  • Custom User model (inheriting AbstractUser model)
  • Authy Phone Verification API for phone number verification of user.
  • Two-factor authentication for users.

Installation

  • Create local virtual environment.
  • Set AUTHY_KEY in settings.py.
  • Install all requirements by pip install -r requirements.txt.
  • Run migration by python manage.py migrate.
  • Run server by python manage.py runserver.

Deploy on Heroku

$ git init
$ git add -A
$ git commit -m "Initial commit"

$ heroku create
$ git push heroku master

$ heroku run python manage.py migrate

About

Django website using Authy Phone Verification API for user verification and two-factor authentication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published