https://github.com/mannekeenpis/flask-auth
🔐 Flask Authentication (Python/Flask/Postgres)
https://github.com/mannekeenpis/flask-auth
Last synced: about 1 month ago
JSON representation
🔐 Flask Authentication (Python/Flask/Postgres)
- Host: GitHub
- URL: https://github.com/mannekeenpis/flask-auth
- Owner: mannekeenpis
- Created: 2022-05-16T16:24:07.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-02T18:18:55.000Z (almost 3 years ago)
- Last Synced: 2025-03-14T14:08:32.524Z (about 2 months ago)
- Language: CSS
- Homepage:
- Size: 7.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
Flask Authentication
![]()
![]()
![]()
![]()
![]()

- Python
- Flask
- PostgreSQL---
# Installation on Linux and Unix like OS
```
git clone https://github.com/lenargasimov/flask-auth.git
cd flask-auth
pip3 install -r requirements.txt
python3 main.py
```# Installation on Windows
```
git clone https://github.com/lenargasimov/flask-auth.git
cd flask-auth
pip install -r requirements.txt
python main.py
```