Home

Awesome

OTP Verification Web Application

This is a simple web application built with Flask and Twilio for sending and verifying OTPs (One-Time Passwords). Users can request an OTP, receive it via SMS, and then verify it.

Prerequisites

Before running the application, ensure you have the following dependencies installed:

You can install these packages using pip:

pip install Flask twilio Flask-Session

Configuration

Make sure to configure the following variables in the code:

Usage

Routes

Notes

Please remember to keep sensitive information like Twilio credentials and secret keys secure and never expose them in public repositories or publicly visible code.

License

License

This project is licensed under the MIT License - see the LICENSE file for details.