mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #25029 -- Added PersistentRemoteUserMiddleware for login-page-only external authentication.
This commit is contained in:
parent
c6cce4de38
commit
a570701e02
6 changed files with 75 additions and 2 deletions
|
@ -374,6 +374,14 @@ every incoming ``HttpRequest`` object. See :ref:`Authentication in Web requests
|
|||
Middleware for utilizing Web server provided authentication. See
|
||||
:doc:`/howto/auth-remote-user` for usage details.
|
||||
|
||||
.. class:: PersistentRemoteUserMiddleware
|
||||
|
||||
.. versionadded:: 1.9
|
||||
|
||||
Middleware for utilizing Web server provided authentication when enabled only
|
||||
on the login page. See :ref:`persistent-remote-user-middleware-howto` for usage
|
||||
details.
|
||||
|
||||
.. class:: SessionAuthenticationMiddleware
|
||||
|
||||
Allows a user's sessions to be invalidated when their password changes. See
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue