flask-basicauth icon indicating copy to clipboard operation
flask-basicauth copied to clipboard

HTTP basic access authentication for Flask.

Flask-BasicAuth

.. image:: https://secure.travis-ci.org/jpvanhal/flask-basicauth.png?branch=master :target: https://travis-ci.org/jpvanhal/flask-basicauth :alt: Build Status

.. image:: https://coveralls.io/repos/jpvanhal/flask-basicauth/badge.png :target: https://coveralls.io/r/jpvanhal/flask-basicauth :alt: Coverage Status

Flask-BasicAuth is a Flask extension that provides an easy way to protect certain views or your whole application with HTTP basic access authentication_.

.. _basic access authentication: http://en.wikipedia.org/wiki/Basic_access_authentication

Links

  • Documentation <https://flask-basicauth.readthedocs.io/>_
  • Issue Tracker <http://github.com/jpvanhal/flask-basicauth/issues>_
  • Code <http://github.com/jpvanhal/flask-basicauth/>_
  • Development Version <http://github.com/jpvanhal/flask-basicauth/zipball/master#egg=Flask-BasicAuth-dev>_