Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateJWTToken ¶
func GenerateJWTToken(payload JwtPayload, key string) (*string, error)
Types ¶
type Claims ¶
type Claims struct { Payload JwtPayload `json:"payload"` jwt.RegisteredClaims }
func GetEncryptedClaims ¶ added in v1.0.4
type JwtPayload ¶
type JwtPayload map[string]interface{}
Click to show internal directories.
Click to hide internal directories.