Hacker News new | ask | show | jobs
by syntaqx 712 days ago
Well, gorilla/sessions is meant for sessions.. a more comparable package would be https://github.com/gorilla/securecookie ; And while, both can achieve the same functionality with signed cookies, the primary purpose of my package was to allow you to easily convert multiple cookies into a struct, which was not functionality I've seen from cookie packages I've interacted with.