redis-store / redis-actionpack

Redis stores for ActionPack
http://redis-store.org/redis-actionpack
MIT License
76 stars 44 forks source link

Support Signed and Encrypted Cookie Storage #27

Closed tubbo closed 5 years ago

tubbo commented 5 years ago

With the :signed option passed into the Redis session store, you can now ensure that sessions will be set up in the browser using a signed/encrypted cookie. This prevents user tampering by changing their session ID or the data within the cookie.

Closes #21

tubbo commented 5 years ago

@cjmao @exadeci this seems to work :)