#1 Caddy
Package caddy implements the Caddy server manager.
Package gorilla/csrf provides Cross Site Request Forgery (CSRF) prevention middleware for Go web applications & services đź”’
Health score 67/100, confidence 65/100.
| Latest version | Unknown |
| Imported by | 1.1K packages |
| Stars | 1.2K |
| Forks | 168 |
| Last activity | 1 years ago |
| Latest release | v1.7.3 (1 years ago) |
| License | BSD-3-Clause |
| Known vuln records | 1 |
pkg.go.dev returned a vulnerability record for this module.
| Symbol | Kind | Synopsis |
|---|---|---|
| Option | Type | type Option func(*csrf) |
| CookieName | Function | func CookieName(name string) Option |
| Domain | Function | func Domain(domain string) Option |
| ErrorHandler | Function | func ErrorHandler(h http.Handler) Option |
| FieldName | Function | func FieldName(name string) Option |
| HttpOnly | Function | func HttpOnly(h bool) Option |
| MaxAge | Function | func MaxAge(age int) Option |
| Path | Function | func Path(p string) Option |
| RequestHeader | Function | func RequestHeader(header string) Option |
| SameSite | Function | func SameSite(s SameSiteMode) Option |
| Secure | Function | func Secure(s bool) Option |
| TrustedOrigins | Function | func TrustedOrigins(origins []string) Option |
Package caddy implements the Caddy server manager.
A Middleware for Go Programming Language to check for JWTs on HTTP requests
The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified™
Package secure is an HTTP middleware for Go that facilitates some quick security wins.
Package caddy implements the Caddy server manager.
A Middleware for Go Programming Language to check for JWTs on HTTP requests
Package nosurf implements an HTTP handler that mitigates Cross-Site Request Forgery Attacks.
The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified™
Package secure is an HTTP middleware for Go that facilitates some quick security wins.