cookie-rs
cookie-rs copied to clipboard
Allow for rotating keys on signed (and also possibly encrypted) cookies
The background here is from keygrip which Express.js uses for it's cookie signing.
The idea is that the end user can rotate their keys, adding a new one which signs all new cookies while still allowing older cookies to be verified for a (probably lengthy) time.
See my comments on #161.