Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CORS ¶
func CORS(next echo.HandlerFunc) echo.HandlerFunc
func RequestLogger ¶
func RequestLogger(logger *zap.Logger) echo.MiddlewareFunc
Types ¶
type Middleware ¶
type Middleware struct {
// contains filtered or unexported fields
}
func NewMiddleware ¶
func NewMiddleware(jwtHandler *config.JwtHandler) *Middleware
func (*Middleware) Authenticate ¶
func (m *Middleware) Authenticate() echo.MiddlewareFunc
func (*Middleware) OptionalAuth ¶
func (m *Middleware) OptionalAuth() echo.MiddlewareFunc
Click to show internal directories.
Click to hide internal directories.