This repository is a fork. I updated with many new features, using modern approach. This fork is more complicated compared to the original. If you want to start understand the basics of the authentication, use the original source. For advanced level, use this.
This repository contains the code used in the Python Flask Authentication video uploaded on my YouTube channel. Github: https://github.com/arpanneupane19/Python-Flask-Authentication-Tutorial
Use the package manager pip to install the required dependencies
python -m venv venv
pip install -r requirements.txt
python app.py