npm i cookie-parser
The work of cookie-parser in node js is to put all of the cookies in the req.cookies Object. So when we needed the Cookie value then we simply get it via object Destructuring.