An open API service indexing awesome lists of open source software.

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

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.