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

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

Awesome Lists containing this project

README

          

# cookieguard

[![Go Reference](https://pkg.go.dev/badge/github.com/colduction/cookieguard.svg)](https://pkg.go.dev/github.com/colduction/cookieguard)
[![Go Report Card](https://goreportcard.com/badge/github.com/colduction/cookieguard)](https://goreportcard.com/report/github.com/colduction/cookieguard)
![GitHub License](https://img.shields.io/github/license/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