Skip to content

LitleKami/UserAuthenticator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Auth System A lightweight, secure authentication boilerplate built with Python and Flask. This project implements essential security practices like password salting and hashing to protect user data.
🚀 Features User Authentication: Secure Login, Logout, and Registration flows.
Security: Password hashing using werkzeug.security.
Database Integration: Persistent user storage using SQLAlchemy and SQLite.
Session Management: Handled via Flask-Login for persistent user sessions.
Protected Routes: Restrict access to specific pages for authenticated users only.
File Handling: Secure file download functionality.
🛠️ Tech Stack Language: Python.
Framework: Flask.
Database: SQLite & SQLAlchemy (ORM).
Tools: Jinja2 Templates, HTML/CSS.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors