DEV Community

Discussion on: Build and Understand a Simple Node.js Website with User Authentication

Collapse
 
gvautour profile image
Gabriel Vautour

Is there a specific reason for you to have chosen "express-sessions" in this tutorial instead of "client-sessions"? In your talk on "Everything You Ever Wanted to Know About Web Authentication in Node", which was fantastic, you mentioned that "you were not a fan of 'express-sessions'". Can you explain the difference between the two and why one is better than the other?