https://github.com/imnotannamaria/python-flask-auth
Flask User Authentication and CRUD API
https://github.com/imnotannamaria/python-flask-auth
cryptography flask pymysql python
Last synced: about 2 months ago
JSON representation
Flask User Authentication and CRUD API
- Host: GitHub
- URL: https://github.com/imnotannamaria/python-flask-auth
- Owner: imnotannamaria
- Created: 2024-05-15T14:43:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-12T00:15:51.000Z (over 1 year ago)
- Last Synced: 2024-12-27T05:42:32.290Z (12 months ago)
- Topics: cryptography, flask, pymysql, python
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Flask User Authentication and CRUD API
This project is a simple Flask-based user authentication and CRUD (Create, Read, Update, Delete) API that uses Flask-Login for session management and Flask-SQLAlchemy for database integration. It also uses bcrypt for password hashing to securely store user credentials.
## Features
- User registration with password hashing.
- User login and logout with session management.
- CRUD operations for user profiles.
- Role-based access control (admin and user roles).
- Authentication with Flask-Login and password hashing with bcrypt.
## Prerequisites
Before running this project, make sure you have the following installed:
- Python 3.x
- MySQL
- Docker (optional, if using Docker for MySQL)