DEV Community

Discussion on: Building a NodeJS Web App Using PassportJS for Authentication

Collapse
 
gm456742 profile image
Richard Debrah

Hi @anunes . Thank you for taking time to read the article. Can you kindly (if possible) push your work to github and share with me? that will be easy for me to debug what is happening.

But User.hook not being a function basically means you are calling the hook on the wrong model or instance of User. Kindly check your code to make sure you are passing User as the model as your hook is supposed to be bound to it.

Collapse
 
lawmaina78 profile image
lawmaina78

Do you have the code of this app somewhere in Github so I can clone directly from there and study. I am also getting User.hook not a function error.