Ross ROSS = Recommend OSS · open-source software intelligence for agents

iMerica/dj-rest-auth

Authentication for Django Rest Framework observed · 2026-08-28

github.com/iMerica/dj-rest-auth · homepage · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

81/100

  • Activity 86
  • Release rhythm 63
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 37
  • age_days: 2378
  • days_rel: 171
  • days_push: 89
  • n_releases_24m: 6

Full methodology

Adoption not part of the score

1868 stars · 342 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

dj-rest-auth provides drop-in authentication and registration endpoints for Django REST Framework, including login, logout, password management, email verification, JWT with HTTP-only cookies, MFA, passkeys, and social auth via django-allauth. It is a Python library that integrates with Django's auth system and DRF to serve SPAs and mobile apps.

Use cases

  • add login and logout API endpoints to a Django REST Framework project
  • implement JWT authentication with HTTP-only cookies for a React SPA
  • add user registration with email verification to a REST API
  • support social login with Google, GitHub, or Facebook in a Django backend
  • enable passkey/WebAuthn passwordless login for a mobile app
  • add MFA with TOTP and recovery codes to a DRF API
  • implement password reset and password change endpoints

When to choose

  • you are building a Django REST Framework backend that needs authentication for SPAs or mobile clients
  • you want ready-made, secure auth endpoints instead of writing them yourself
  • you need JWT token auth with cookie handling or social login via django-allauth

When to avoid

  • your project does not use Django or Django REST Framework
  • you need authentication for a non-Python backend stack
  • you want a fully custom auth flow with no prebuilt endpoints

Facets

library · maturity active

auth api-framework middleware web-development backend security apis python django django-rest-framework jwt authentication registration social-auth passkeys mfa rest-api web-server

2 sources

Member repositories

RepositoryRoleHealth v2
iMerica/dj-rest-authmain81

For agents

markdown · JSON · MCP: product_card(name="iMerica/dj-rest-auth")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem