Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.