Documentation ¶
Index ¶
Constants ¶
View Source
const (
// JWT_CLAIMS is a key to get the claims parsed by the Protect middleware in echo.Context.
JWT_CLAIMS = "JWT_CLAIMS"
)
View Source
const (
// REQUEST_ID_LENGTH is the length of each request id.
REQUEST_ID_LENGTH = 12
)
Variables ¶
View Source
var ErrNoJwtClaims error = errors.New("JWT claims not found in echo context")
Functions ¶
func GetJwtClaimsFromContext ¶
Tries to get the jwt claims set by the Protect() middleware in the echo context.
func Logger ¶
func Logger() echo.MiddlewareFunc
Logger is a middleware that logs the request and response basic information.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.