Skip to content

Instantly share code, notes, and snippets.

@brianc
Created March 26, 2013 20:17
Show Gist options
  • Save brianc/5248813 to your computer and use it in GitHub Desktop.
Save brianc/5248813 to your computer and use it in GitHub Desktop.
//if you have this for cookies:
var cookies = {
'connect.sid':'alskdjfasdf'
};
//you should be able to do this:
var utils = require('connect').utils;
utils.parseSignedCookies(cookies, 'your secret key');
@brianc
Copy link
Author

brianc commented Mar 26, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment