# python-social-auth/social-app-django

Python Social Auth - Application - Django

Repository: https://github.com/python-social-auth/social-app-django
Canonical: https://ross.abutalabs.com/products/social-app-django
Homepage: https://python-social-auth.readthedocs.io/
Language: Python
License: BSD-3-Clause
License Family: permissive
Topics: authentication, django, hacktoberfest, oauth2, python
Last push: 2026-08-26T15:11:43+00:00

## Health v2 (maintenance only)
Score: 93/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 82, longevity 100
- inputs: {"age_days": 3630, "days_push": 7, "days_rel": 40, "gap_med": 62.5, "n_releases_24m": 9}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2140, forks 391 (observed 2026-08-28T04:06:18.340809+00:00)

## What it is
The Django integration component of the python-social-auth ecosystem, providing social authentication and registration via OAuth2 and other providers. It wraps social-auth-core so Django projects can add 'sign in with' functionality for many external identity providers.

## Use cases
- add sign in with Google to a Django app
- let users register and log in with GitHub or Facebook
- implement OAuth2 social login in Django
- replace manual password auth with social providers
- integrate multiple identity providers behind one auth pipeline

## When to choose
- you have a Django project and want social provider login with minimal setup
- you need support for many OAuth/OAuth2 providers from one library
- you want a mature, BSD-licensed auth integration with active maintenance

## When to avoid
- your project is not Django-based (use the framework-specific sibling packages)
- you only need simple username/password auth with no external providers
- you need full control over a custom OAuth flow rather than a pipeline-based approach

## Facets
- artifact type: library
- maturity: active
- function: auth, middleware
- domain: web-development, backend, security
- platform: python
- tags: oauth2, social-login, django-app, authentication, django

## Member repositories
- python-social-auth/social-app-django (main) score 93

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:18.340809+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:51:29.510274+00:00, confidence not recorded.
  - readme: https://github.com/python-social-auth/social-app-django (fetched 2026-08-28T04:06:18.340809+00:00, sha 966a1c99ba1c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
