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.
- Host: GitHub
- URL: https://github.com/libtnb/securecookie
- Owner: libtnb
- License: mit
- Created: 2024-08-24T20:09:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-12T21:53:23.000Z (5 months ago)
- Last Synced: 2026-01-13T01:57:11.447Z (5 months ago)
- Language: Go
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.