Sorcery/sorcery
Magical Authentication observed · 2026-08-28
Health v2 · maintenance only
71/100
- Activity 91
- Release rhythm 28
- 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: n/a
- age_days: 3638
- days_rel: 270
- days_push: 56
- n_releases_24m: 1
Adoption not part of the score
1464 stars · 229 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Sorcery is a stripped-down authentication library for Ruby on Rails supporting ActiveRecord, Mongoid, and other ORMs. It provides core auth primitives like login/logout, email activation, and password reset while letting developers build their own authentication flows.
Use cases
- add password login to a rails app
- implement user authentication without devise
- reset passwords via email in rails
- add oauth login to a ruby web app
- remember me sessions in rails
- email activation for new users
- custom authentication flow in rails
When to choose
- you want full control over your authentication flow and MVC structure
- you find Devise too heavy or magic-heavy
- you need a small API surface that is easy to understand and hack
- you use ActiveRecord, Mongoid, or DataMapper in Rails
When to avoid
- you want a batteries-included, generated-code auth solution out of the box
- you are not using Rails or a supported ORM
- you need turnkey features like built-in 2FA or admin dashboards
Facets
library · maturity active
auth authorization security web-development backend security developer-tools ruby rails gem oauth password-authentication session-management minimalist web-server
4 sources
- readme: https://github.com/Sorcery/sorcery · fetched 2026-08-28 · eebb7dcf80e1
- homepage: https://rubygems.org/gems/sorcery · fetched 2026-08-29 · dfcdf88d55f2
- site_page: https://guides.rubygems.org/command-reference · fetched 2026-08-29 · ef62154d6253
- site_page: https://rubygems.org/pages/about · fetched 2026-08-29 · e4248571fa5d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Sorcery/sorcery | main | 71 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem