Skip to content

Commit

Permalink
Try a social auth fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vuolen committed Jan 8, 2024
1 parent e87da65 commit fc59a3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sato/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@
'social_core.pipeline.user.user_details',
)

SOCIAL_AUTH_RAISE_EXCEPTIONS = False

AUTHENTICATION_BACKENDS = {
'auth0login.auth0backend.Auth0',
'django.contrib.auth.backends.ModelBackend'
Expand Down

0 comments on commit fc59a3c

Please sign in to comment.