{"library":"social-auth-app-django","install":[{"cmd":"pip install social-auth-app-django","imports":["INSTALLED_APPS = ['social_django']","from social_core.backends.google import GoogleOAuth2\nAUTHENTICATION_BACKENDS = ('social_core.backends.google.GoogleOAuth2', ...)","from django.urls import include, path\nurlpatterns = [path('oauth/', include('social_django.urls', namespace='social'))]","MIDDLEWARE = [..., 'social_django.middleware.SocialAuthExceptionMiddleware']"]}]}