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: 7 months 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-06T04:37:51.000Z (7 months ago)
- Last Synced: 2025-03-15T23:17:58.356Z (7 months ago)
- Topics: example, example-project, flask, flask-application, flask-httpauth, python, python3
- Language: Python
- Homepage: https://flask-httpauth.readthedocs.io
- Size: 167 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flask HTTPAuth without ORM

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.