# florianheinemann/passwordless

node.js/express module to authenticate users without password

Repository: https://github.com/florianheinemann/passwordless
Canonical: https://ross.abutalabs.com/products/passwordless
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2019-12-19T14:38:24+00:00

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

## Adoption (not part of the score)
Stars 1941, forks 125 (observed 2026-08-28T04:05:57.409806+00:00)

## What it is
A Node.js/Express module that enables passwordless user authentication using one-time password (OTPW) tokens delivered via email or SMS. It provides middleware for Express apps to authenticate and authorize users without passwords.

## Use cases
- add passwordless login to an express app
- authenticate users via one-time email tokens
- let users sign in without passwords
- implement magic link authentication in node.js
- replace password-based auth with token-based login
- send one-time passwords by email or SMS

## When to choose
- you're building an Express app and want simple passwordless login
- you want faster onboarding without password management
- you prefer token-based one-time password authentication over passwords

## When to avoid
- you need a full-featured auth system with social login, MFA, or sessions management
- you're not using Node.js/Express
- you need actively maintained software with recent releases
- you require OAuth or SSO integrations

## Facets
- artifact type: library
- maturity: maintenance
- function: auth, authorization, middleware
- domain: web-development, backend, security
- platform: -
- tags: passwordless-authentication, one-time-password, express, token-based-auth, email-login, nodejs, web-server

## Member repositories
- florianheinemann/passwordless (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:57.409806+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-30T03:08:06.414592+00:00, confidence not recorded.
  - readme: https://github.com/florianheinemann/passwordless (fetched 2026-08-28T04:05:57.409806+00:00, sha 45f1f3015381)
  - registry_npm: https://registry.npmjs.org/passwordless (fetched 2026-08-29T10:47:30.968505+00:00, sha f0f1da4f02ad)
- Data as of 2026-08-30T08:39:29.467469+00:00.
