Giter Club home page Giter Club logo

multi-factor-authentication's Introduction

Flask Authentication with Twilio SMS Integration

This is a Flask web application that provides user authentication with Twilio SMS integration for OTP verification. Users can register, login, and reset their passwords using Twilio's SMS service for authentication.

Technologies Used

  • Framework: Flask (micro web framework for Python)
  • Database: SQLite (assumed; consider PostgreSQL or MySQL for production)
  • ORM: SQLAlchemy (for object-relational mapping)
  • Frontend: HTML, CSS, JavaScript
  • User Authentication: Flask-Login
  • SMS Authentication (OTP) Integration: Twilio
  • Deployment: PythonAnywhere

Features

  • User registration with email, phone number, and password.
  • User login with email, password, and OTP verification via SMS.
  • Forgot password functionality with OTP verification via SMS for password reset.
  • Secure password hashing using passlib's sha256_crypt.
  • Session management with Flask's session module.
  • Responsive design for mobile and desktop browsers.

Setup Instructions

  1. Clone the repository:
    git clone https://github.com/yourusername/your-repo.git

Install Dependencies

pip install -r requirements.txt

Set up your Twilio account and obtain API credentials.

Update the config.py file with your Twilio API credentials.

Run the application:

python app.py

Access the application in your web browser at http://localhost:5000.

multi-factor-authentication's People

Contributors

pratiks88 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.