You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Django RemoteUserMiddleware and RemoteUserBackend are able
to authenticate users by looking at the REMOTE_USER request header.
In Werkzeug, this header isn't set unlike in Django's
default WSGI server.
This patch add the variable to the Werkzeug environ
if it's set.
Fixesdjango-extensions#1708
0 commit comments