express-session-plus
v2.0.0
Published
Fork of express-session by TJH, with some additions.
Downloads
6
Readme
express-session-plus
STILL UNDER CONSTRUCTION
Introduction
Fork of expressjs/session
This fork is for new options that I needed but were needed but wasn't sure at the time of writing if they would be justified to pull into the main express-session
Additional Options
- Signature Cookie
- Access to current request/session while getting session
- Generate ID only when saving session
- ...
Installation
$ npm install express-session-plus