NodeSession icon indicating copy to clipboard operation
NodeSession copied to clipboard

Session handling for NodeJS

Results 3 NodeSession issues
Sort by recently updated
recently updated
newest added

I am trying to wrap my head around how to use this library and can't. I believe I am missing some common knowledge, so it is my fault, but throwing...

Hi, I just installed your package and saw 5 **low** security vulnerabilities due to lodash version. ``` >npm audit === npm audit security report === Manual Review Some vulnerabilities require...

Using encrypt: true on an http server in node js and getting the error in the title `let session = new NodeSession({ secret: 'secret', lifetime: 60 * 1000, encrypt: true...