Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateToken ¶
Types ¶
type DecodedToken ¶
type DecodedToken struct { Iat int `json:"iat"` Roles []string `json:"roles"` UserId string `json:"userId"` Email string `json:"email"` Iss string `json:"iss"` }
func VerifyToken ¶
func VerifyToken(token string, secret string) *DecodedToken
Click to show internal directories.
Click to hide internal directories.