package
0.0.0-20220801024420-9a41f766d22c
Repository: https://github.com/zhang2092/gohelpers.git
Documentation: pkg.go.dev
# Functions
NewJWTMaker 创建一个新的JWTMaker.
NewPasetoMaker creates a new PasetoMaker.
NewPayload creates a new token payload with a specific username and duration.
# Variables
Different types of error returned by the VerifyToken function.
Different types of error returned by the VerifyToken function.
# Structs
JWTMaker JSON Web Token.
PasetoMaker is a PASETO token maker.
Payload contains the payload data of the token.
# Interfaces
Maker 管理token的接口定义.