Skip to content

akyuujs/akyuu-cookie-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Akyuu Cookie Parser

Cookie parser for Akyuujs.

It's based on cookie-parser of Expressjs.

Installation

$ npm install --save -d akyuu-cookie-parser

Usage

Install this package and add configuration section below to your plugins section of configuration in Akyuu.js.

{
    enabled: true,
    secret: "SOME SALT",

    // OTHER OPTIONS
    // refer to
    // https://www.npmjs.com/package/cookie-parser#cookieparsersecret-options
}

Releases

No releases published

Packages

No packages published