summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-04-16 07:22:15 -0400
committerTim Graham <timograham@gmail.com>2014-04-16 07:30:50 -0400
commita476b15aa594f9b63d2ff32c65783f50dc47c63e (patch)
tree76cd855849234947a5855f1dda2a4338ad5d15b1 /docs/ref
parent724ccd2ec15af78263adfc970ec9fb1f0597002b (diff)
[1.6.x] Added RemoteUserMiddleware to middleware reference page.
Backport of 465980d070a33555cdabb4787db50a4e23228de2 from master.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/middleware.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ref/middleware.txt b/docs/ref/middleware.txt
index 7aac286c2d..3b324fe37f 100644
--- a/docs/ref/middleware.txt
+++ b/docs/ref/middleware.txt
@@ -185,6 +185,11 @@ Adds the ``user`` attribute, representing the currently-logged-in user, to
every incoming ``HttpRequest`` object. See :ref:`Authentication in Web requests
<auth-web-requests>`.
+.. class:: RemoteUserMiddleware
+
+Middleware for utilizing Web server provided authentication. See
+:doc:`/howto/auth-remote-user` for usage details.
+
CSRF protection middleware
--------------------------