auth.backends.RemoteUserBackend

class RemoteUserBackend

Use this backend to take advantage of external-to-Django-handled authentication. It authenticates using usernames passed in request.META['REMOTE_USER']. See the Authenticating against REMOTE_USER documentation.

If you need more control, you can create your own authentication backend that inherits from this class and override these attributes or methods:

doc_Django
2016-10-09 18:34:06
Comments
Leave a Comment

Please login to continue.