index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
howto
/
auth-remote-user.txt
Age
Commit message (
Expand
)
Author
2026-04-02
Fixed #36862 -- Doc'd the need for a proxy when deploying RemoteUserMiddlewar...
Jacob Walls
2025-12-11
Included ASGI servers when noting what the server does.
Jake Howard
2025-08-25
Refs #36485 -- Removed double spaces after periods in sentences.
Natalia
2025-02-20
Fixed #36200 -- Clarified MIDDLEWARE setting updates when using a custom Remo...
Joonas Häkkinen
2024-10-24
Updated authentication solutions list on using REMOTE_USER how-to.
AfiMaameDufie
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-07-13
Refs #32880 -- Made some titles consistent in how-to documents.
Daniele Procida
2021-05-17
Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.
Nick Pope
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2018-01-07
Updated various links in docs to use HTTPS.
Mariusz Felisiak
2017-01-17
Removed versionadded/changed annotations for 1.10.
Tim Graham
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-03-23
Fixed #25232 -- Made ModelBackend/RemoteUserBackend reject inactive users.
Alexander Gaevsky
2015-12-01
Fixed #25778 -- Updated docs links to use https when available.
Jon Dufresne
2015-08-08
Updated various links in docs
Claude Paroz
2015-07-02
Fixed #25029 -- Added PersistentRemoteUserMiddleware for login-page-only exte...
Jan Pazdziora
2015-03-02
Fixed #24379 -- Documented that remote user example disables ModelBackend.
Ross Brunton
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2015-01-13
Stripped headers containing underscores to prevent spoofing in WSGI environ.
Carl Meyer
2014-12-19
Updated some other external links in the docs
Claude Paroz
2014-04-18
Moved RemoteUserBackend documentation to reference guide.
Tim Graham
2014-04-16
Added RemoteUserMiddleware to middleware reference page.
Tim Graham
2013-09-05
Fixed #20900 -- Documented RemoteUserBackend.authenticate
Tim Graham
2012-12-29
Fixed broken links, round 4. refs #19516
Tim Graham
2010-10-24
Fixed #14551 -- corrected a type in the remote user auth documentation. Than...
Alex Gaynor
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2010-02-24
Fixed #12880 -- Added some missing sphinx directives for module references. T...
Russell Keith-Magee
2009-12-26
Fixed several broken and redirecting URLs in the documentation (fixes #12219,...
Gary Wilson Jr
2009-05-17
Fixed #11054 -- Corrected typo in auth-remote-user.txt. Thanks Jan Hülsbergen.
Karen Tracey
2009-03-15
Fixed #689 -- Added a middleware and authentication backend to contrib.auth f...
Gary Wilson Jr