req.signedCookies
Purpose
An object containing all of the signed cookies from this request (req
).
Usage
req.signedCookies;
Example
Assuming the request contained a signed cookie named "chocolatechip" with value "Yummy:
req.cookies.chocolatechip;
// "Yummy"