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
2015-01-13
[1.6.x] Stripped headers containing underscores to prevent spoofing in WSGI e...
Carl Meyer
2014-04-18
[1.6.x] Moved RemoteUserBackend documentation to reference guide.
Tim Graham
2014-04-16
[1.6.x] Added RemoteUserMiddleware to middleware reference page.
Tim Graham
2013-09-05
[1.6.x] 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