django-social-auth
django-social-auth copied to clipboard
Is it possible to support two different Google Auth app ?
I want social_django to support two different Google login app. Somethig like
SOCIAL_AUTH_GOOGLE_OAUTH2_KEY_1 and SOCIAL_AUTH_GOOGLE_OAUTH2_KEY_2.
Is there any solution to support the above behaviour.
Thanks