Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckToken ¶
CheckToken 会检查 token 是否有效,如果有效则返回 token 类型,否则返回错误(type 会返回 -1)
func CreateAllToken ¶
CreateAllToken 创建一对 token,第一个是 access token,第二个是 refresh token
func CreateToken ¶
CreateToken 会通过不同 Token 类型创建不同的 Token
func GetHeaderParams ¶
func GetHeaderParams() app.HandlerFunc
GetHeaderParams 获取请求头的信息,处理 id 和 cookies 并附加到 Context 中
Types ¶
type Claims ¶
type Claims struct { Type int64 `json:"type"` jwt.StandardClaims }
Click to show internal directories.
Click to hide internal directories.