flask-digestauth/docs/source/index.rst

36 lines
915 B
ReStructuredText
Raw Permalink Normal View History

.. Flask-DigestAuth documentation master file, created by
sphinx-quickstart on Wed Dec 7 09:40:48 2022.
2022-12-06 17:38:14 +08:00
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!
============================================
2022-12-06 17:38:14 +08:00
*Flask-DigestAuth* is an `HTTP Digest Authentication`_ implementation
2022-12-06 21:54:10 +08:00
for Flask_ applications. It authenticates the user for the protected
views.
HTTP Digest Authentication is specified in `RFC 2617`_.
2022-12-06 17:38:14 +08:00
.. toctree::
:maxdepth: 2
:caption: Contents:
intro
2022-12-06 17:38:14 +08:00
flask_digest_auth
examples
2023-04-23 22:36:31 +08:00
changelog
2022-12-06 17:38:14 +08:00
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
2022-12-06 17:38:14 +08:00
* :ref:`search`
2022-12-06 21:54:10 +08:00
.. _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