Answers for "TypeError: this.authenticate is not a function"

0

TypeError: this.authenticate is not a function

I believe you've missed a pair of parenthesis on passport.session method call.

Try app.use(passport.session());
Posted by: Guest on May-31-2021

Code answers related to "TypeError: this.authenticate is not a function"

Code answers related to "Javascript"

Browse Popular Code Answers by Language