Cookie parser for Akyuujs.
npm install akyuu-cookie-parserCookie parser for Akyuujs.
> It's based on cookie-parser of Expressjs.
``sh`
$ npm install --save -d akyuu-cookie-parser
Install this package and add configuration section below to your plugins section of configuration in Akyuu.js.
`js
{
enabled: true,
secret: "SOME SALT",
// OTHER OPTIONS
// refer to
// https://www.npmjs.com/package/cookie-parser#cookieparsersecret-options
}
``