Last active
June 10, 2019 17:56
-
-
Save yannbriancon/b293409f0a87835797e707db488ce707 to your computer and use it in GitHub Desktop.
Configure a custom authentication backend to authenticate the users
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
# Application definition | |
AUTHENTICATION_BACKENDS = [ | |
'AutomaticDjangoAuthentication.authentication_backend.AuthenticationBackend', | |
] | |
INSTALLED_APPS = [ | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment