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

Link for Postgres example seems wrong #945

Open ThibaultJanBeyer opened 2 years ago

ThibaultJanBeyer commented 2 years ago

Dear team, in the readme.md the link to the Postgres example is just redirecting to the express-4 one which is written using mongodb:

Postgres
[Tutorial](http://mherman.org/blog/2015/01/31/local-authentication-with-passport-and-express-4/) / [working example](https://github.com/mjhea0/passport-local-express4)

I don’t know which one would be the correct link, otherwise, this would have been a PR. Cheers

Drew-Daniels commented 1 year ago

Think this issue has already been mentioned: #874