You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.
I guess I was thinking in terms of Tomcat's jsessionid or Rails cookie secret, where various metadata about the cookie and the content is serialized in the cookie securely.
I am not sure if that's beyond the scope of this library, if so, feel free to close this ticket.
E.g. Expires, Max-Age, Domain...
Basically, I need the opposite of
local function bake(cookie)
. Parse the cookie string and returns me cookie object.The text was updated successfully, but these errors were encountered: