An open API service indexing awesome lists of open source software.

https://github.com/libtnb/securecookie

Package go-rat/securecookie encodes and decodes authenticated and optionally encrypted cookie values for Go web applications.
https://github.com/libtnb/securecookie

Last synced: 5 months ago
JSON representation

Package go-rat/securecookie encodes and decodes authenticated and optionally encrypted cookie values for Go web applications.

Awesome Lists containing this project

README

          

# Secure Cookie

This is a copy of the [gorilla/securecookie](https://github.com/gorilla/securecookie) package with the v2 changes I'm working on.