Skip to content

xPompunia/flask_auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask_auth

Flask authentication exercise: registration and login with salted password hashing (pbkdf2/sha256), session management via Flask-Login, a login-protected page, and an authenticated file download. Users are stored in SQLite through SQLAlchemy.

Running

pip install -r requirements.txt
python3 main.py

The app runs on http://localhost:5000 and creates the database on first start.

About

Flask authentication exercise - registration, login, and protected routes with hashed passwords and Flask-Login

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors