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

https://github.com/gregoryv/htsec

Package htsec provides security detail for your endpoints.
https://github.com/gregoryv/htsec

Last synced: about 1 year ago
JSON representation

Package htsec provides security detail for your endpoints.

Awesome Lists containing this project

README

          

[gregoryv/htsec](https://pkg.go.dev/github.com/gregoryv/htsec)
provides security detail for your endpoints

![](security_detail.svg)

The security detail, with it's guards, protect your handlers.
In the oauth2 flow the state parameter is signed and verified.

## Quick start

go get github.com/gregoryv/htsec

There is a reference example
at [gregoryv/servant](https://github.com/gregoryv/servant).