Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

TwilioDevEd/verify-v2-quickstart-python

Repository files navigation

Twilio

Verify Quickstart

We are currently in the process of updating this sample template. If you are encountering any issues with the sample, please open an issue at github.com/twilio-labs/code-exchange/issues and we'll try to help you.

Simple phone verification with Python, Flask, and Twilio Verify.

Read the full quickstart here!

Install

``` make install ``` 

Copy .env.example to .env to setup you environment.

``` cp .env.example .env ``` 

Edit .env to add your Twilio access keys. You'll need to set your TWILIO_ACCOUNT_SID and TWILIO_AUTH_TOKEN from the Twilio Console. For the VERIFICATION_SID variable you'll need to provision a Verification Service.

Run

``` make serve ``` 

Open http://127.0.0.1:5000 in a browser.

Meta

  • No warranty expressed or implied. Software is as is. Diggity.
  • The CodeExchange repository can be found here.
  • MIT License
  • Lovingly crafted by Twilio Developer Education.

About

No description or website provided.

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published