1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Flask-BasicAuth
===============
|build status|_
.. |build status| image:: https://secure.travis-ci.org/jpvanhal/flask-basicauth.png?branch=master
:alt: Build Status
.. _build status: http://travis-ci.org/jpvanhal/flask-basicauth
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 <http://flask-basicauth.readthedocs.org/>`_
- `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>`_
|