package
1.1.4
Repository: https://github.com/go-liam/util.git
Documentation: pkg.go.dev

# Functions

NewJWT 新建一个jwt实例.

# Constants

SignKey :加密盐,使用时,要换成自己的密钥.
No description provided by the author

# Variables

ErrorTokenExpired : 过期了.
ErrorTokenInvalid :Couldn't handle this token.
ErrorTokenMalformed :That's not even a token.
ErrorTokenNotValidYet :还没有生效.
No description provided by the author

# Structs

CustomClaims 载荷,可以加一些自己需要的信息.
JWT 签名结构.