Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( InvalidToken = errors.New("invalid token") ExpiredToken = errors.New("expired token") )
View Source
var ExpDelta int64 = 60 * 60 * 24
Functions ¶
func GetToken ¶
func GetToken(payload PayloadInterface, keys ...[]byte) (string, error)
多级签名 默认至少签名一次
func ParseToken ¶
func ParseToken(token string, payload PayloadInterface, keys ...[]byte) (bool, error)
层级key校验 通过一次校验即可
Types ¶
Click to show internal directories.
Click to hide internal directories.