PassportJS(Local) with Sequelize and Express stuck on pending after serializing user
问题 I'm trying to make login work, using the tutorial I've found in http://code.tutsplus.com/tutorials/authenticating-nodejs-applications-with-passport--cms-21619. I modified the code to work with Sequelize. I was able to verify username and password, but after serializing a user, the page that it redirects to does not load. I was wondering if there's something I missed. I'm not really getting an error, but redirecting to /test/home page is stuck on pending, and it keeps executing a post request.