# pennersr/django-allauth

Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication. 🔁 Mirror of https://codeberg.org/allauth/django-allauth/

Repository: https://github.com/pennersr/django-allauth
Canonical: https://ross.abutalabs.com/products/django-allauth
Homepage: https://allauth.org
Language: Python
License: MIT
License Family: permissive
Topics: authentication, django, oauth2, openid-connect, python, saml, social-login, two-factor-authentication, accounts, login, registration, signup, passkeys, webauthn
Last push: 2026-08-13T10:03:36+00:00

## Health v2 (maintenance only)
Score: 76/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 97, release rhythm 35, longevity 100
- inputs: {"age_days": 5806, "days_push": 20, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 10375, forks 3113 (observed 2026-08-28T04:10:41.831652+00:00)

## What it is
django-allauth is an integrated set of Django applications covering authentication, registration, account management, and third-party (social) account authentication. It supports local accounts, OAuth2/OpenID Connect/SAML social logins, multi-factor authentication including passkeys, and a headless API for SPAs and mobile apps.

## Use cases
- add user registration and login to a Django site
- enable social login with Google, GitHub, or other OAuth providers
- add two-factor authentication and passkeys to Django
- support SAML or OpenID Connect single sign-on
- build a headless auth API for a React SPA or mobile app
- prevent account enumeration and add rate limits to login flows

## When to choose
- you need both local and social authentication in one well-maintained Django package
- you require MFA, email/phone verification, and session management out of the box
- you want a headless auth API with JWT or session tokens for SPA/mobile clients

## When to avoid
- your project is not built on Django
- you need only a minimal username/password setup and prefer rolling your own simple auth
- you need authentication for a framework other than Django without adaptation

## Facets
- artifact type: library
- maturity: stable
- function: auth, authorization, security, rate-limiting
- domain: web-development, backend, security
- platform: python, cross-platform
- tags: django, oauth2, openid-connect, saml, social-login, mfa, passkeys, webauthn, two-factor-authentication, registration, headless-api, authentication, web-server

## Member repositories
- pennersr/django-allauth (main) score 76

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:41.831652+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-29T17:19:06.068162+00:00, confidence not recorded.
  - readme: https://github.com/pennersr/django-allauth (fetched 2026-08-28T04:10:41.831652+00:00, sha c21100bcc273)
  - homepage: https://allauth.org (fetched 2026-08-29T08:18:23.825651+00:00, sha b4d6056f6521)
  - site_page: https://allauth.org/features (fetched 2026-08-29T08:18:23.834586+00:00, sha d5ca04689b35)
  - site_page: https://docs.allauth.org (fetched 2026-08-29T08:18:23.836221+00:00, sha 259fc07dcea4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
