You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can tell, it doesn't suffice to not install the social_auth module if you don't want it. You also have to remove it from the INSTALLED_APPS tuple in website/settings.py (at least), and I'm not sure if that suffices to remove the clearinghouse code base's dependency on it completely.
It's fine if it turns out that we absolutely need the module (or openid or oauth2 or whatever) for even the CH-intrinsic authentication pipeline to work. However, we need to know which exactly.
The text was updated successfully, but these errors were encountered:
As far as I can tell, it doesn't suffice to not install the
social_auth
module if you don't want it. You also have to remove it from theINSTALLED_APPS
tuple inwebsite/settings.py
(at least), and I'm not sure if that suffices to remove the clearinghouse code base's dependency on it completely.It's fine if it turns out that we absolutely need the module (or
openid
oroauth2
or whatever) for even the CH-intrinsic authentication pipeline to work. However, we need to know which exactly.The text was updated successfully, but these errors were encountered: