node-cookie-parser

cookie parsing middleware with signatures - Node.js module

Description

This module provides an express/connect middleware for parsing the HTTP Cookie header. It populates req.cookies with an object keyed by the cookie names.

Cookies can be optionally signed with a secret string, which is then stored in the 'secret' property of the Request object, so it can be used by other middleware.

Express is a web application framework for Node.js.

Node.js is an event-based server-side JavaScript engine.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/expressjs/cookie-parser


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install node-cookie-parser