https://github.com/colduction/cookieguard
This middleware is a modified version of the official Fiber encryptcookie middleware, designed to securely encrypt and decrypt cookies
https://github.com/colduction/cookieguard
cookie encryption go gofiber golang middleware
Last synced: 3 months ago
JSON representation
This middleware is a modified version of the official Fiber encryptcookie middleware, designed to securely encrypt and decrypt cookies
- Host: GitHub
- URL: https://github.com/colduction/cookieguard
- Owner: Colduction
- License: mit
- Created: 2024-07-12T11:33:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-23T23:11:25.000Z (over 1 year ago)
- Last Synced: 2024-10-24T17:14:20.628Z (over 1 year ago)
- Topics: cookie, encryption, go, gofiber, golang, middleware
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cookieguard
[](https://pkg.go.dev/github.com/colduction/cookieguard)
[](https://goreportcard.com/report/github.com/colduction/cookieguard)

This middleware is a modified version of the official **[Fiber](https://github.com/gofiber/fiber)** `encryptcookie` middleware, designed to securely encrypt and decrypt cookies.
## Installation
Use `go get -u`:
go get -u github.com/colduction/cookieguard