-
-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
encrypted cookies #42
Comments
thinking of the implementation.
|
damn this shit is super convoluted now. i'm just going to rewrite this library |
I was also looking for this option and didn't find anything. I made a super-easy to use express middleware to achieve transparently cookie encryption / decryption: cookie-encrypter. var app = express();
app.use(cookieParser(secretKey));
app.use(cookieEncrypter(secretKey)); Hope this helps |
@dougwilson What kind of help is still needed here? I saw in the keygrip conversation that you mentioned a PR (not sure which one) was merged back in 2015. How can I help? |
No description provided.
The text was updated successfully, but these errors were encountered: