Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -572,9 +572,9 @@ Add Basic Authentication
~~~~~~~~~~~~~~~~~~~~~~~~

For the purposes of this tutorial all we need is a very basic form of
authentication. The following example borrows from the an example
Flask "`Auth snippet <http://flask.pocoo.org/snippets/8/>`_". Create
the file :file:`auth.py` with the following content:
authentication. The following example borrows from an example Flask
"`Auth snippet <http://flask.pocoo.org/snippets/8/>`_". Create the file
:file:`auth.py` with the following content:

.. code-block:: python

Expand Down