drf-social-oauth2 icon indicating copy to clipboard operation
drf-social-oauth2 copied to clipboard

Google credentials on backend seeming useless

Open Irfanwani opened this issue 3 years ago • 1 comments

So i was setting google authentication and as per the docs, we need to set

SOCIAL_AUTH_GOOGLE_OAUTH2_KEY = <your app id goes here>
SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET = <your app secret goes here>

But even after removing these two settings, there is no change in the app and it works fine. But how??

Also i want to know where i can find full docs about this package like details about urls etc

Irfanwani avatar Aug 15 '21 13:08 Irfanwani

@Irfanwani would this help you at all: https://github.com/wagnerdelima/drf-social-oauth2/issues/38 ?

wagnerdelima avatar Dec 23 '21 09:12 wagnerdelima