Configure a custom authentication backend to authenticate the users
... | |
# 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