Skip to content

Sample application for phone verification with Python, Flask, and Authy

Notifications You must be signed in to change notification settings

Intellagent/phone-verification-flask

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Clone this repo, then run the following:

virtualenv env
source env/bin/activate
pip install -r requirements.txt

Create an Authy Application and grab your API Key https://www.twilio.com/console/authy/applications

mv config.py.sample config.py

Edit config.py and update the API key with your application key. Create a secret key for managing sessions.

Running

python verify.py

navigate to localhost:5000/phone_verification to try it out!

About

Sample application for phone verification with Python, Flask, and Authy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 51.7%
  • Python 48.3%