package
Version:
v2.1.4
Opens a new window with list of versions in this module.
Published: Sep 4, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
*
* @Author: TheLife
* @Date: 2020-2-25 9:00 下午
JwtParseUser parsing token
type Claims struct {
User interface{}
jwt.StandardClaims
}
type JwtObj struct {
Key string `json:"key"`
Token string `json:"token"`
ExpireTs int64 `json:"expire"`
Alive float64 `json:"alive"`
}
GenerateToken generate tokens used for auth
Source Files
¶
Click to show internal directories.
Click to hide internal directories.