Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func JWT ¶
func JWT( JWTKey string, tokenStorage token_storage.TokenStorage, logger echo.Logger, ) func(next echo.HandlerFunc) echo.HandlerFunc
Types ¶
type ResponseToken ¶
type ResponseToken struct {
Token string `json:"token"`
}
Click to show internal directories.
Click to hide internal directories.