# mikker/passwordless

🗝 Authentication for your Rails app without the icky-ness of passwords

Repository: https://github.com/mikker/passwordless
Canonical: https://ross.abutalabs.com/products/mikker-passwordless
Language: Ruby
License: MIT
License Family: permissive
Topics: ruby, rails, passwordless, authentication, engine
Last push: 2026-06-22T04:52:32+00:00

## Health v2 (maintenance only)
Score: 72/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 88, release rhythm 35, longevity 100
- inputs: {"age_days": 3223, "days_push": 72, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1337, forks 91 (observed 2026-08-28T04:04:25.621402+00:00)

## What it is
Passwordless is a Rails engine that adds magic-link (email-based) authentication to Rails applications without passwords. It provides a session model, controller helpers, and configurable token delivery and expiry.

## Use cases
- add magic link login to a Rails app
- authenticate users without passwords
- sign in users via emailed links
- replace Devise with a lightweight auth solution
- restrict controller access to signed-in users
- implement email-based session authentication

## When to choose
- you have a Rails app and want simple email magic-link authentication
- you want to avoid storing and managing passwords
- you want a minimal, mountable auth engine you can customize

## When to avoid
- you need multi-factor authentication or OAuth/social login
- you're not using Ruby on Rails
- you need a full-featured auth suite with registrations and password resets out of the box

## Facets
- artifact type: library
- maturity: active
- function: auth, middleware, email
- domain: web-development, backend, security, developer-tools
- platform: ruby
- tags: rails, magic-link, passwordless-authentication, rails-engine, user-authentication, web-server

## Member repositories
- mikker/passwordless (main) score 72

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:25.621402+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:44:03.740531+00:00, confidence not recorded.
  - readme: https://github.com/mikker/passwordless (fetched 2026-08-28T04:04:25.621402+00:00, sha 3ee43a9c19b5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
