package
0.0.16
Repository: https://github.com/mitchs-dev/library-go.git
Documentation: pkg.go.dev

# Functions

Generate token generates a JWT token and returns the encoded token data, token SHA256, and expiration time (in the respective order).
Get the audience of the token.
Get the expiration time of the token.
Validate token uses a JWT token string and a signing key to validate the token.

# Structs

JWTToken struct for JWT token.