jazzband/django-defender
A simple super fast django reusable app that blocks people from brute forcing login attempts observed · 2026-08-28
Health v2 · maintenance only
52/100
- Activity 65
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4364
- days_rel: n/a
- days_push: 213
- n_releases_24m: 0
Adoption not part of the score
1081 stars · 144 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Django reusable app that blocks brute-force login attempts by rate limiting on username and IP address, using Redis as a fast cache backend. It logs login attempts to the database and provides Django admin pages for viewing and unblocking users.
Use cases
- prevent brute force attacks on django login
- rate limit login attempts by username and ip
- block users after failed login attempts
- track and review login attempts in django admin
- fast login throttling without hitting the database
- unblock users or ips locked out by failed logins
When to choose
- you run a Django site and need brute-force protection on authentication
- you want Redis-backed rate limiting that avoids database hits on every login
- you need admin visibility into blocked usernames, IPs, and login attempt history
When to avoid
- your project does not use Django
- you need general-purpose API rate limiting rather than login protection
- you cannot run Redis or another cache backend
Facets
library · maturity active
auth rate-limiting security caching security web-development backend python self-hosted django brute-force-protection redis login-security jazzband web-server
1 source
- readme: https://github.com/jazzband/django-defender · fetched 2026-08-28 · 123a1b7d3ce8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jazzband/django-defender | main | 52 |
For agents
markdown · JSON · MCP: product_card(name="jazzband/django-defender")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem