Skip to content

M0Rph3U56031769/Python-Flask-Authentication-Module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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