Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Latest commit

 

History

History
37 lines (25 loc) · 855 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 855 Bytes

toa-cookie-session

Cookie session middleware for toa.

NPM version Build Status Downloads

Demo

Installation

npm install toa-cookie-session --save

API

const cookieSession = require('toa-cookie-session')

app.use(cookieSession([options]))

Licences

(The MIT License)