Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 848 Bytes

File metadata and controls

27 lines (19 loc) · 848 Bytes

Notes

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.

Python Flask Authentication

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

Installation

Use the package manager pip to install the required dependencies

Windows:
python -m venv venv
pip install -r requirements.txt 

Usage

Windows:
python app.py