https://github.com/rupeshdarpe/prodigy_fs_01
User authentication using flask
https://github.com/rupeshdarpe/prodigy_fs_01
flask flask-bcrypt html mysql python usermixin
Last synced: 3 months ago
JSON representation
User authentication using flask
- Host: GitHub
- URL: https://github.com/rupeshdarpe/prodigy_fs_01
- Owner: Rupeshdarpe
- Created: 2024-07-25T09:45:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T10:28:09.000Z (almost 2 years ago)
- Last Synced: 2025-01-24T12:14:18.210Z (over 1 year ago)
- Topics: flask, flask-bcrypt, html, mysql, python, usermixin
- Language: HTML
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PRODIGY_FS_01
The presented project implements
- a user authentication system with secure login and registration functionality using Flask-Bcrypt
- user would be able to register, login and access the page only after authentication
- implemented with standard mechanisms to handle password hashing, session management and user role-based access control.