package
0.0.0-20250128035417-84048cf2426f
Repository: https://github.com/jonesrussell/goforms.git
Documentation: pkg.go.dev

# Functions

CSRFMiddleware creates a new CSRF middleware.
No description provided by the author
New creates a new middleware manager.
NewJWTMiddleware creates a new JWT authentication middleware.
RequireRole creates middleware that checks if the user has the required role.
Setup configures all middleware for an Echo instance.

# Structs

Config holds middleware configuration.
JWTConfig holds the configuration for JWT middleware.
Manager handles middleware configuration and setup.

# Type aliases

JWTClaims is a type alias for jwt.MapClaims.