Skip to content Skip to sidebar Skip to footer

Google Auth Using Social-auth-app-django On Project(Django + React)

I have project with Djang + React and I need using Google OAuth2 to authenticate user login. Looks like social-auth-app-django is popular package to use for Django, and I had a sea

Solution 1:

If you want to use Google OAuth2 in react, react-google-login is a good package.


Post a Comment for "Google Auth Using Social-auth-app-django On Project(Django + React)"