omab / django-social-auth

Django social authentication made simple
https://groups.google.com/group/django-social-auth
BSD 3-Clause "New" or "Revised" License
2.65k stars 756 forks source link

Is it possible to support two different Google Auth app ? #873

Open neerajgupta2407 opened 6 months ago

neerajgupta2407 commented 6 months ago

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