Skip to content

Commit

Permalink
Update docs with WSGI notes
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-stephens committed Apr 17, 2015
1 parent af5fa26 commit 9ddd55f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ The following example is similar to the previous one, but HTTP Digest authentica

Note that because digest authentication stores data in Flask's ``session`` object the configuration must have a ``SECRET_KEY`` set.

WSGI Considerations
-------------------

Make sure to set `WSGIPassAuthorization On` as `documented here <https://code.google.com/p/modwsgi/wiki/ConfigurationDirectives#WSGIPassAuthorization/>`_ to prevent the frontend web server from consuming the authorization header.

API Documentation
-----------------

Expand Down

0 comments on commit 9ddd55f

Please sign in to comment.