Documentation ¶
Index ¶
Constants ¶
View Source
const OneDayTimestamp = 86400
Variables ¶
Functions ¶
This section is empty.
Types ¶
type CustomClaims ¶
type JWT ¶
type JWT struct {
SigningKey []byte
}
func (*JWT) CreateToken ¶
func (j *JWT) CreateToken(claims CustomClaims) (string, error)
CreateToken 创建一个token
func (*JWT) ParseToken ¶
func (j *JWT) ParseToken(tokenString string) (*CustomClaims, error)
ParseToken 解析 token
Click to show internal directories.
Click to hide internal directories.