lipp/login-with
Stateless login-with microservice for OAuth observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 3527
- days_rel: n/a
- days_push: 1342
- n_releases_24m: 0
Adoption not part of the score
2341 stars · 142 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A stateless microservice that handles 'login-with' OAuth authentication for providers like Twitter, Google, GitHub, and Facebook. On successful login it sets http-only JWT and profile cookies scoped to your domain.
Use cases
- add social login to my website without a backend
- self-host an oauth login microservice
- login with twitter google or github on my domain
- stateless authentication with jwt cookies
- delegate oauth flows to a separate subdomain
When to choose
- you want a self-hosted, stateless social login service deployable via Docker or serverless
- you need JWT-based auth cookies shared across your subdomains
- you want to support many OAuth providers with minimal code
When to avoid
- you need full-featured identity management with user databases and MFA
- you prefer a managed auth provider like Auth0 or Firebase Auth
- you need non-OAuth authentication methods like passwords or SAML
Facets
service · maturity maintenance
auth http-server microservices middleware web-development security backend self-hosted self-hosted oauth jwt social-login stateless passport single-sign-on nodejs docker web-server
2 sources
- readme: https://github.com/lipp/login-with · fetched 2026-08-28 · c835c6ccd5c6
- registry_npm: https://registry.npmjs.org/login-with · fetched 2026-08-29 · e012445cadec
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| lipp/login-with | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem