summaryrefslogtreecommitdiff
path: root/docs/ref
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:25:21 -0400
commit04bcc9913319e50b376a27c29cf9aa4e7b8247bf (patch)
treee46079bf4bd136b40325d5f3f9bfd09fecb08956 /docs/ref
parentcec10f992be8eed5ed90506375ae5794cbb7069e (diff)
Refs #36862 -- Reiterated security note on both variants of RemoteUserMiddleware.
Diffstat (limited to 'docs/ref')
-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 692001ddf8..e53c510393 100644
--- a/docs/ref/middleware.txt
+++ b/docs/ref/middleware.txt
@@ -576,7 +576,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