5 ms·
Looks totally fine at first glance. I'm happily using https://github.com/gorilla/sessions https://github.com/gorilla/sessions to handle cookies right now — OP,
by peter_l_downs 2y ago
Looks totally fine at first glance. I'm happily using https://github.com/gorilla/sessions https://github.com/gorilla/sessions to handle cookies right now — OP, is there any reason I should want to switch to your library instead?
- syntaqx 2y agoWell, gorilla/sessions is meant for sessions.. a more comparable package would be https://github.com/gorilla/securecookie 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.