Skip to content

reddec/go-guard

Repository files navigation

Go-guard

Protect your Go application with minimal effort.

Features:

  • zero external dependencies, only std go library
  • pluggable storage; included in-memory and file-based
  • supports token and basic auth
  • prevents bruteforce by slowing down failed request
  • supports granular control by using zones
  • can be used in most HTTP router - it's working as http.Handler wrapper

Check demo app for examples

About

Protect go application with minimalistic admin dashboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published