2023-01-04 21:29:12 +08:00
|
|
|
.. Flask-DigestAuth documentation master file, created by
|
2022-12-07 09:48:56 +08:00
|
|
|
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.
|
|
|
|
|
2023-01-04 21:29:12 +08:00
|
|
|
Welcome to Flask-DigestAuth's documentation!
|
|
|
|
============================================
|
2022-12-06 17:38:14 +08:00
|
|
|
|
2023-01-04 21:29:12 +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:
|
|
|
|
|
2022-12-06 18:54:40 +08:00
|
|
|
intro
|
2022-12-06 17:38:14 +08:00
|
|
|
flask_digest_auth
|
2022-12-06 18:22:26 +08:00
|
|
|
examples
|
2023-04-23 22:36:31 +08:00
|
|
|
changelog
|
2022-12-06 17:38:14 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Indices and tables
|
|
|
|
==================
|
|
|
|
|
|
|
|
* :ref:`genindex`
|
2022-12-07 18:11:35 +08:00
|
|
|
* :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
|