jaredhanson / passport

Simple, unobtrusive authentication for Node.js.
https://www.passportjs.org?utm_source=github&utm_medium=referral&utm_campaign=passport&utm_content=about
MIT License
22.93k stars 1.24k forks source link

README.md examples local strategy for postgres is not for postgres #668

Open davidchoo12 opened 6 years ago

davidchoo12 commented 6 years ago

The tutorial links to http://mherman.org/blog/2015/01/31/local-authentication-with-passport-and-express-4/ which is using mongo, not postgres

joshhogg commented 6 years ago

Looks like this is covered in #632

benzittlau commented 4 years ago

Just bumping this, as I'm not sure what the story was with that PR from 2018, but the docs as of today still link to a Mongo tutorial under Postgres.