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.
# Type aliases
JWTClaims is a type alias for jwt.MapClaims.