{"library":"social-auth-app-django","type":"library","category":null,"description":"social-auth-app-django is the official Django component of the Python Social Auth ecosystem, providing an easy-to-set-up social authentication and registration mechanism for Django projects. It integrates `social-auth-core` to support a wide array of OAuth and OpenID providers. The library is actively maintained, with version 5.7.0 being the latest, and focuses on supporting current Django releases.","language":"python","status":"active","version":"5.7.0","tags":["django","authentication","social login","oauth","openid","security"],"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']"]}],"homepage":"https://python-social-auth.readthedocs.io","github":"https://github.com/python-social-auth/social-app-django","docs":null,"changelog":"https://github.com/python-social-auth/social-app-django/blob/master/CHANGELOG.md","pypi":"https://pypi.org/project/social-auth-app-django/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":5.7,"avg_import_s":0,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/social-auth-app-django/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":null}}