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.
- Host: GitHub
- URL: https://github.com/gregoryv/htsec
- Owner: gregoryv
- License: mit
- Created: 2024-12-07T15:59:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-29T13:05:38.000Z (about 1 year ago)
- Last Synced: 2025-03-29T14:22:28.704Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: license.txt
- Security: security_detail.excalidraw
Awesome Lists containing this project
README
[gregoryv/htsec](https://pkg.go.dev/github.com/gregoryv/htsec)
provides security detail for your endpoints

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).