sunscrapers/djoser
REST implementation of Django authentication system. observed · 2026-08-28
Health v2 · maintenance only
88/100
- Activity 95
- Release rhythm 71
- 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: 122.0
- age_days: 4355
- days_rel: 32
- days_push: 32
- n_releases_24m: 5
Adoption not part of the score
2681 stars · 466 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Djoser is a Python library providing REST endpoints for Django's authentication system via Django REST Framework. It offers views for registration, login, logout, password reset, and account activation, supporting token, JWT, social, and WebAuthn authentication.
Use cases
- add user registration and login endpoints to a Django REST API
- implement JWT authentication for a Django backend
- set up password reset and account activation flows for a SPA
- add social authentication to a Django REST Framework project
- support WebAuthn/passkey login in Django
- handle authentication with a custom Django user model
When to choose
- you're building a Django REST Framework API that needs auth endpoints
- you want ready-made registration, login, and password reset views for a single-page app
- you need JWT, token, social, or WebAuthn authentication in Django without writing it yourself
When to avoid
- your project doesn't use Django and Django REST Framework
- you need highly custom authentication flows that differ greatly from standard registration/login patterns
- you're building a server-rendered Django app using Django's built-in session auth
Facets
library · maturity active
auth api-framework middleware web-development backend security apis python django django-rest-framework jwt token-authentication social-authentication webauthn user-registration password-reset spa web-server
2 sources
- readme: https://github.com/sunscrapers/djoser · fetched 2026-08-28 · 5a64cde9df28
- registry_pypi: https://pypi.org/pypi/djoser/json · fetched 2026-08-29 · 75286ff28af2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sunscrapers/djoser | main | 88 |
For agents
markdown · JSON · MCP: product_card(name="sunscrapers/djoser")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem