djizco / mern-boilerplate

A Full MERN Stack Boilerplate for Web Apps including a local authentication system. Uses React, Express.js, MongoDB, Redux, Passport.js, Webpack, Testing, and more.
MIT License
266 stars 94 forks source link

Same UserId Cookie For Every User #1

Closed judylin1 closed 6 years ago

judylin1 commented 6 years ago

I'm curious why the userId cookie is the same for every user that signs up. Was that done on purpose?

judylin1 commented 6 years ago

Never mind, I realize the userId cookie was from a different app.

djizco commented 6 years ago

No problem! Thanks for testing the app.