2022-12-06 17:38:14 +08:00
|
|
|
.. 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.
|
|
|
|
|
2022-12-06 18:55:20 +08:00
|
|
|
Welcome to Flask-Digest-Auth's documentation!
|
2022-12-06 17:38:14 +08:00
|
|
|
=============================================
|
|
|
|
|
2022-12-06 21:54:10 +08:00
|
|
|
*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`_.
|
|
|
|
|
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
|
2022-12-06 17:38:14 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Indices and tables
|
|
|
|
==================
|
|
|
|
|
|
|
|
* :ref:`genindex`
|
|
|
|
* :ref:`modindex`
|
|
|
|
* :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
|