Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EchoMiddleware ¶
type EchoMiddleware struct {
// contains filtered or unexported fields
}
Implementation of middleware interface
func (*EchoMiddleware) CheckToken ¶
func (middleware *EchoMiddleware) CheckToken(next echo.HandlerFunc) echo.HandlerFunc
Check if incoming token is valid and set claim in context with key claim
type Middleware ¶
type Middleware interface {
CheckToken(next echo.HandlerFunc) echo.HandlerFunc
}
Interface to check token
func NewEchoMiddleware ¶
func NewEchoMiddleware(tokenParser parser.Parser) Middleware
Constructor to creat new EchoMiddleware
Click to show internal directories.
Click to hide internal directories.