summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2026-04-02 09:24:04 -0400
committerJacob Walls <jacobtylerwalls@gmail.com>2026-04-02 11:26:32 -0400
commit640c431a47c4075538e1de0211501f911346b65e (patch)
tree63a5e749cbd55555216d1b5cc05f01a3989ee2ef
parentea8e293fda0dd1e78f5489efa73e5d19e195b4f0 (diff)
[6.0.x] Refs #36862 -- Reiterated security note on both variants of RemoteUserMiddleware.
Backport of 04bcc9913319e50b376a27c29cf9aa4e7b8247bf from main.
-rw-r--r--docs/ref/middleware.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/middleware.txt b/docs/ref/middleware.txt
index 9fdc54264c..fb1bb5a2af 100644
--- a/docs/ref/middleware.txt
+++ b/docs/ref/middleware.txt
@@ -574,7 +574,8 @@ Customize the login URL or field name for authenticated views with the
.. class:: RemoteUserMiddleware
Middleware for utilizing web server provided authentication. See
-:doc:`/howto/auth-remote-user` for usage details.
+:doc:`/howto/auth-remote-user` for usage details, including security
+considerations.
.. class:: PersistentRemoteUserMiddleware