leynier / flask-httpauth-without-orm

Example of how to use Flask HTTPAuth without ORM.

Home Page:https://flask-httpauth.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask HTTPAuth without ORM

CI

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.

About

Example of how to use Flask HTTPAuth without ORM.

https://flask-httpauth.readthedocs.io

License:MIT License


Languages

Language:Python 82.5%Language:Makefile 17.5%