package
0.0.0-20230107161324-ccf302cef9b5
Repository: https://github.com/ayobami-00/booketo-mvc-go-postgres-gin.git
Documentation: pkg.go.dev

# Functions

NewJWTMaker creates a new JWTMaker.
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 is a JSON Web Token maker.
Payload contains the payload data of the token.

# Interfaces

Maker is an interface for managing tokens.