From 9ddd55f0bcb793a49675274dc22ae15122a8a1ff Mon Sep 17 00:00:00 2001 From: Erik Stephens Date: Fri, 17 Apr 2015 09:51:32 -0700 Subject: [PATCH] Update docs with WSGI notes --- docs/index.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index f4b1fd2..bdec888 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 `_ to prevent the frontend web server from consuming the authorization header. + API Documentation -----------------