DEV Community

Discussion on: Node Authentication using passport.js - Part 1

Collapse
 
crisner profile image
Renisha Christie. A

@ganeshmani , Thank you for this post. It helped implement passport-local for signups. I do not yet understand the purpose of process.nextTick here. It worked fine for me without it. Would you please explain it to me when you have the time? My code is slightly different though. I am using async await to save the user. Thanks!