omniauth/omniauth
OmniAuth is a flexible authentication system utilizing Rack middleware. observed · 2026-08-28
Health v2 · maintenance only
69/100
- Activity 69
- Release rhythm 50
- 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: 0
- age_days: 6000
- days_rel: 336
- days_push: 187
- n_releases_24m: 4
Adoption not part of the score
8100 stars · 977 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
OmniAuth is a Ruby library that standardizes multi-provider authentication for web applications via Rack middleware. Developers add authentication strategies (Facebook, LDAP, etc.) as individual gems that plug into a unified interface.
Use cases
- add social login to a Ruby web app
- authenticate users via multiple providers like Facebook or LDAP
- standardize OAuth authentication across a Sinatra or Rails application
- swap authentication providers without changing app code
- implement single sign-on with community strategies
When to choose
- you are building a Ruby/Rack web application needing third-party authentication
- you want a provider-agnostic auth layer with a large ecosystem of strategy gems
- you need flexible, minimal middleware rather than a full auth framework
When to avoid
- you need full user management like registration, password reset, and sessions (consider Devise)
- you are not using Ruby or a Rack-based framework
- you need a fully self-contained authentication solution out of the box
Facets
library · maturity stable
auth middleware web-framework web-development security backend ruby rack-middleware oauth multi-provider-authentication rubygems strategies web-server
1 source
- readme: https://github.com/omniauth/omniauth · fetched 2026-08-28 · c071cd416717
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| omniauth/omniauth | main | 69 |
For agents
markdown · JSON · MCP: product_card(name="omniauth/omniauth")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem