.. flask-digest-auth documentation master file, created by sphinx-quickstart on Tue Dec 6 15:15:08 2022. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to Flask-Digest-Auth's documentation! ============================================= *Flask-Digest-Auth* 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 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