Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( AScretKey = []byte("ZD3oYULPnlBo2wqebduhFQjmrZdaFGaLzayCa8t8HWwxWKbRcGzaNLKkZ31ldeaM") RScretKey = []byte("od45zlxmSlBo2wqebduhFQjmrZdaFGaLzayCa8t8Hxfdsfwefwfdsvw3432s32sM") )
Functions ¶
Types ¶
type RefreshClaims ¶
type RefreshClaims struct {
Uid int64 `json:"uid"`
jwt.RegisteredClaims
// contains filtered or unexported fields
}
type UserClaims ¶
type UserClaims struct {
Uid int64 `json:"uid"`
// UserAgent 是客户端的信息,用于校验
UserAgent string
jwt.RegisteredClaims
}
Click to show internal directories.
Click to hide internal directories.