Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leynier/flask-httpauth-without-orm
Example of how to use Flask HTTPAuth without ORM.
https://github.com/leynier/flask-httpauth-without-orm
example example-project flask flask-application flask-httpauth python python3
Last synced: 11 days ago
JSON representation
Example of how to use Flask HTTPAuth without ORM.
- Host: GitHub
- URL: https://github.com/leynier/flask-httpauth-without-orm
- Owner: leynier
- License: mit
- Created: 2021-07-31T05:52:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T18:38:17.000Z (4 months ago)
- Last Synced: 2024-10-11T01:50:30.153Z (27 days ago)
- Topics: example, example-project, flask, flask-application, flask-httpauth, python, python3
- Language: Python
- Homepage: https://flask-httpauth.readthedocs.io
- Size: 160 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flask HTTPAuth without ORM
![CI](https://github.com/leynier/flask-httpauth-without-orm/workflows/CI/badge.svg)
Example of how to use Flask HTTPAuth without ORM.
**IMPORTANT!!!:** User passwords should never be stored in plain text in the database (or wherever they are stored). What is saved is a hash of the password.