heartcombo/devise
Flexible authentication solution for Rails with Warden. observed · 2026-08-28
Health v2 · maintenance only
89/100
- Activity 88
- Release rhythm 83
- 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: 23.5
- age_days: 6195
- days_rel: 117
- days_push: 72
- n_releases_24m: 5
Adoption not part of the score
24358 stars · 5473 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Devise is a flexible, modular authentication solution for Rails applications built on top of Warden. It provides complete MVC-based user authentication with ten optional modules covering registration, password recovery, email confirmation, session tracking, and account locking.
Use cases
- add user sign-up and sign-in to a Rails app
- implement password reset via email
- add OAuth/social login with OmniAuth
- lock accounts after failed login attempts
- expire inactive user sessions
- track user sign-in counts and IP addresses
- support multiple simultaneous signed-in user models
When to choose
- you are building a Rails app that needs full-featured user authentication out of the box
- you want modular auth where you enable only the features you need
- you need battle-tested, widely adopted authentication with a large community
When to avoid
- you are not using Rails or Rack-based Ruby web frameworks
- you need a lightweight custom auth solution with minimal dependencies
- you need API-only token authentication without server-rendered sessions (consider devise-jwt or similar extensions)
Facets
library · maturity stable
auth middleware web-development security backend ruby rails authentication warden user-management sessions omniauth web-server
1 source
- readme: https://github.com/heartcombo/devise · fetched 2026-08-28 · 41d317e1977c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| heartcombo/devise | main | 89 |
For agents
markdown · JSON · MCP: product_card(name="heartcombo/devise")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem