saintedlama/passport-local-mongoose
Passport-Local Mongoose is a Mongoose plugin that simplifies building username and password login with Passport observed · 2026-08-28
Health v2 · maintenance only
91/100
- Activity 94
- Release rhythm 82
- 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: 1.5
- age_days: 5032
- days_rel: 121
- days_push: 36
- n_releases_24m: 3
Adoption not part of the score
1164 stars · 289 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Mongoose plugin that simplifies building username and password login with Passport for Node.js applications. It adds username, hash, and salt fields to a User schema and provides authenticate, serializeUser, and deserializeUser methods.
Use cases
- add username and password login to a mongoose user model
- integrate passport local strategy with mongodb
- hash and salt user passwords in node.js
- set up session serialization for passport users
- build a simple auth system for an express app
When to choose
- you use Mongoose with MongoDB and Passport for authentication
- you want ready-made password hashing and salt handling
- you need quick serialize/deserialize helpers for passport sessions
When to avoid
- you don't use Mongoose or MongoDB
- you need OAuth, SAML, or other non-local auth strategies
- you use a different ORM like Prisma or Sequelize
Facets
plugin · maturity stable
auth orm web-development backend security databases passport mongoose authentication password-hashing login nodejs
2 sources
- readme: https://github.com/saintedlama/passport-local-mongoose · fetched 2026-08-28 · ad1d3cba1349
- registry_npm: https://registry.npmjs.org/passport-local-mongoose · fetched 2026-08-29 · 57b4f6a3abe5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| saintedlama/passport-local-mongoose | main | 91 |
For agents
markdown · JSON · MCP: product_card(name="saintedlama/passport-local-mongoose")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem