Contents

Flask-HTTPAuth 4.8.0

0

HTTP authentication for Flask routes

HTTP authentication for Flask routes

Stars: 1241, Watchers: 1241, Forks: 222, Open Issues: 9

The miguelgrinberg/Flask-HTTPAuth repo was created 10 years ago and the last code push was 5 months ago.
The project is very popular with an impressive 1241 github stars!

How to Install flask-httpauth

You can install flask-httpauth using pip

pip install flask-httpauth

or add it to a project with poetry

poetry add flask-httpauth

Package Details

Author
Miguel Grinberg
License
Homepage
https://github.com/miguelgrinberg/flask-httpauth
PyPi:
https://pypi.org/project/Flask-HTTPAuth/
GitHub Repo:
https://github.com/miguelgrinberg/flask-httpauth

Classifiers

No  flask-httpauth  pypi packages just yet.

Errors

A list of common flask-httpauth errors.

Code Examples

Here are some flask-httpauth code examples and snippets.

GitHub Issues

The flask-httpauth package has 9 open issues on GitHub

  • Digest Auth plain-text passwords
  • added missing example

See more issues on GitHub

Related Packages & Articles

Flask-AppBuilder 4.4.1

Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more.