Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func JwtSetSignKey ¶
func JwtSetSignKey(key string)
Types ¶
type CustomClaimsPayload ¶
type CustomClaimsPayload struct { Host string jwt.StandardClaims }
载荷,可以加一些自己需要的信息
type JwtObject ¶
type JwtObject struct {
SignKey []byte
}
func NewJwtObject ¶
func NewJwtObject() *JwtObject
func (*JwtObject) CreateJwtToken ¶
func (c *JwtObject) CreateJwtToken(claims CustomClaimsPayload) (string, error)
Click to show internal directories.
Click to hide internal directories.