Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Config = echojwt.Config{ NewClaimsFunc: func(c echo.Context) jwt.Claims { return new(core.TokenClaims) }, SigningKey: core.TokenSecret, }
Functions ¶
func LoginHandler ¶
func LoginHandler(c echo.Context) error
func RegisterHandler ¶
func RegisterHandler(c echo.Context) error
func UserHandler ¶
func UserHandler(c echo.Context) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.