Skip to content

Commit

Permalink
documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Grinberg authored and miguelgrinberg committed Aug 31, 2013
1 parent c13ff0a commit c468e1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
# built documents.
#
# The short X.Y version.
version = '0.7'
#version = '0.7'
# The full version, including alpha/beta/rc tags.
release = '0.7.0'
#release = '0.7.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ API Documentation

.. class:: flask.ext.httpauth.HTTPDigestAuth

This class that handles HTTP Digest authentication for Flask routes. The ``SECRET_KEY`` configuration must be set in the Flask application to enable the session to work.
This class that handles HTTP Digest authentication for Flask routes. The ``SECRET_KEY`` configuration must be set in the Flask application to enable the session to work. Flask by default stores user sessions in the client as secure cookies, so the client must be able to handle cookies. To support clients that are not web browsers or that cannot handle cookies a http://flask.pocoo.org/docs/api/#flask.Flask.session_interface[session interface] that writes sessions in the server must be used.

.. method:: get_password(password_callback)

Expand Down

0 comments on commit c468e1c

Please sign in to comment.