Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CORS ¶
func CORS() echo.MiddlewareFunc
func JWT ¶
func JWT() echo.MiddlewareFunc
func Logger ¶
func Logger() echo.MiddlewareFunc
Types ¶
type JwtCustomClaims ¶
type JwtCustomClaims struct {
ID string `json:"id"`
Email string `json:"email"`
jwt.StandardClaims
}
Click to show internal directories.
Click to hide internal directories.