passport-local icon indicating copy to clipboard operation
passport-local copied to clipboard

Example failing with "req.flash is not a function" on express 4

Open ghost opened this issue 9 years ago • 1 comments

You need to add:

const flash = require('connect-flash'); app.use(flash());

to app.js

ghost avatar Jan 23 '16 02:01 ghost

Same here. All is configured correct and I;ve watch like 5 tutorials

bephrem1 avatar Dec 20 '17 18:12 bephrem1