.. Flask-DigestAuth documentation master file, created by sphinx-quickstart on Wed Dec 7 09:40:48 2022. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to Flask-DigestAuth's documentation! ============================================ *Flask-DigestAuth* is an `HTTP Digest Authentication`_ implementation for Flask_ applications. It authenticates the user for the protected views. HTTP Digest Authentication is specified in `RFC 2617`_. .. toctree:: :maxdepth: 2 :caption: Contents: intro flask_digest_auth examples changelog Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search` .. _HTTP Digest Authentication: https://en.wikipedia.org/wiki/Digest_access_authentication .. _RFC 2617: https://www.rfc-editor.org/rfc/rfc2617 .. _Flask: https://flask.palletsprojects.com