Skip to content

Instantly share code, notes, and snippets.

@yannbriancon
Last active June 10, 2019 17:56
Show Gist options
  • Save yannbriancon/b293409f0a87835797e707db488ce707 to your computer and use it in GitHub Desktop.
Save yannbriancon/b293409f0a87835797e707db488ce707 to your computer and use it in GitHub Desktop.
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