package
0.0.0-20231111085813-8f2776b1c2bf
Repository: https://github.com/stuartfranke/golang-backend-master-class.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
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

PasetoMaker is a struct that implements Maker interface.
Payload contains the payload data of the token.

# Interfaces

Maker is an interface for managing tokens.