Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetHandler ¶
func GetHandler(ctx echo.Context) error
@Summary Get jwt passed as header. By default from Authorization bearer header of the request. @Tags JWT @Description Requests using GET should only retrieve data. @Accept json @Produce json @Param headerName query string false "if set, JWT is read from this header name. Otherwise from Authorization header" @Param jwksUri query string false "if set, the jwt is verified with the key received from jwks endpoint" @Success 200 {array} jwt.Response @Router /jwt [get]
Types ¶
Click to show internal directories.
Click to hide internal directories.