binarylogic/authlogic
A simple ruby authentication solution. observed · 2026-08-28
Health v2 · maintenance only
62/100
- Activity 66
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: n/a
- age_days: 6522
- days_rel: n/a
- days_push: 206
- n_releases_24m: 0
Adoption not part of the score
4344 stars · 633 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Authlogic is an unobtrusive Ruby authentication library built on ActiveRecord, treating user sessions as models. It handles login, logout, remember-me, and session persistence for Rails applications without generators or controllers scaffolding.
Use cases
- add user login and logout to a rails app
- authenticate users with a password against activerecord models
- manage user sessions with remember-me and timeout support
- replace devise with a simpler authentication solution
- implement csrf-protected session auth in rails
When to choose
- you want model-based, unobtrusive authentication in a Ruby on Rails app
- you need fine-grained control over session behavior without generator-generated code
- you prefer a lightweight alternative to Devise
When to avoid
- you need a batteries-included solution with views, mailers, and OAuth out of the box
- you are building an API-only app needing token/JWT authentication
- you are not using ActiveRecord or Rails
Facets
library · maturity stable
auth middleware web-development backend security ruby activerecord rails session-management user-authentication login web-server
1 source
- readme: https://github.com/binarylogic/authlogic · fetched 2026-08-28 · e2034b9599db
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| binarylogic/authlogic | main | 62 |
For agents
markdown · JSON · MCP: product_card(name="binarylogic/authlogic")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem