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 ParseToken ¶
func ParseToken(token string, payload PayloadInterface, key []byte) (bool, error)
Types ¶
Click to show internal directories.
Click to hide internal directories.