Categorygithub.com/bitmark-inc/httpsign
module
0.0.2
Repository: https://github.com/bitmark-inc/httpsign.git
Documentation: pkg.go.dev

# README

httpsign

This is a package for bitmark http message signing.

Go

Quick Start

pacakge main

import (
	"github.com/gin-gonic/gin"

	httpsign "github.com/bitmark-inc/httpsign/go/gin"
)

func main() {
	app := gin.Default()
	app.Use(httpsign.New(secretKey))

	app.Run(":8080")
}

# Packages

No description provided by the author
No description provided by the author