passport-local
passport-local copied to clipboard
Example failing with "req.flash is not a function" on express 4
You need to add:
const flash = require('connect-flash'); app.use(flash());
to app.js
Same here. All is configured correct and I;ve watch like 5 tutorials