pierregoaer / advanced_flask_mysql_sign_up_log_in

Advanced sign-up and log in process using Flask and MySQL (2-Factor Authentication, email verification, password reset and more)

Home Page:https://pierregoaer.dev/advanced_flask_mysql_sign_up_log_in

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advanced sign-up & Log in app


This app was built to create all the advanced features of a sign-up or log in process. It is built using Python's microframework Flask and a MySQL database for the back end, and Bootstrap for the front-end.

Some features implemented:

  • 2-Factor Authentication: possibility to add 2FA via a random and dynamically generated QR code. Compatible with all 2FA apps like Google Authenticator, Authy, ... 2-Factor Authentication
  • Email verification: email with verification with secret token sent to user to confirm their email and activate their accounts. Email verification
  • Password verification: type password twice when signing up to confirm passwords are matching Email verification
  • Data: users' credentials are stored in a web hosted MySQL database (the database is wiped clean every day as this is only a demo app)
  • Password update: allows users to change their password in the settings Password update
  • Password reset: users who forget their passwords can request a reset. They receive a link with a secret token to set a new password. Password update Password update

About

Advanced sign-up and log in process using Flask and MySQL (2-Factor Authentication, email verification, password reset and more)

https://pierregoaer.dev/advanced_flask_mysql_sign_up_log_in


Languages

Language:HTML 48.2%Language:Python 42.4%Language:CSS 6.4%Language:JavaScript 3.0%