cookie-sessions
cookie-sessions copied to clipboard
Secure cookie-based session middleware for Connect
Aslo updated the tests and removed legacy stuff and applied some changes from other forks (like using hash instead of returning undefined)
...op of the function says), instead of undefined if the cookie is not present? Some middlewares that rely on the session (like everyauth) complain that it is undefined. Does this...
Switched branches. Here is the original message: I’ve been using cookie-sessions for a while and thought I’d push back the additions I made. I tried to make it into nice...
Since cookies are user input, we shouldn't throw an exception if the cookie does not pass our tests. Imho ignoring it is sufficient. Maybe we could emit an event for...
Hello caolan! I am migrationBot, an [open-source](https://github.com/blakmatrix/node-migrator-bot) bot, and I'm here to help you migrate your codebase to node v0.8! Did you know that the "sys" module throws an error...
There's also a test script in the package.json for convenient test running.
The original module modifies response.writeHead to include the cookie-Header. The Headers which are setted by response.setHeader won't be arguments to writeHead. If another session is setted by setHeader, it will...
Just discovered your library... incidentally I have a similar one that dates from about the same time -- https://github.com/MaxMotovilov/galette. I wonder if we might have enough in common to merge...
I started off by merging publickeating's excellent work (https://github.com/caolan/cookie-sessions/pull/14) and then went onto rewrite the code in CoffeeScript - the code easier to read and it makes it easier to...