waiting-for-dev/devise-jwt
JWT token authentication with devise and rails observed · 2026-08-28
Health v2 · maintenance only
72/100
- Activity 88
- Release rhythm 34
- 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: 3520
- days_rel: 231
- days_push: 72
- n_releases_24m: 1
Adoption not part of the score
1292 stars · 130 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Ruby gem that extends Devise to authenticate Rails users with JWT tokens instead of cookies, built as a thin layer over warden-jwt_auth. It follows a secure-by-default principle with mandatory token expiration and pluggable revocation strategies.
Use cases
- add JWT authentication to a Rails app using Devise
- authenticate a Rails API with stateless tokens
- replace cookie-based sessions with JWT tokens
- implement token revocation with denylist or allowlist strategies
- secure a mobile or SPA client talking to a Rails backend
When to choose
- you already use Devise and need token-based auth for an API or SPA
- you want a secure-by-default JWT setup with revocation strategies
- you need a drop-in replacement for cookie sessions in Rails
When to avoid
- you need users to never sign out or want refresh-token flows like OAuth2
- your Rails app can rely on standard cookie-based sessions
- you are not using Devise or Rails/Rack
Facets
library · maturity active
auth middleware security web-development backend security apis ruby jwt devise rails token-authentication ruby-gem warden web-server
1 source
- readme: https://github.com/waiting-for-dev/devise-jwt · fetched 2026-08-28 · 6f1af44f6861
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| waiting-for-dev/devise-jwt | main | 72 |
For agents
markdown · JSON · MCP: product_card(name="waiting-for-dev/devise-jwt")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem