Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenShortToken ¶
func GenShortToken() string
Types ¶
type UserClaims ¶
type UserClaims struct {
ShortToken string `json:"short_token"`
UserID string `json:"userId"`
Data interface{} `json:"data"`
jwt.RegisteredClaims
}
Click to show internal directories.
Click to hide internal directories.