package
1.0.0
Repository: https://github.com/aesoper101/go-utils.git
Documentation: pkg.go.dev

# Functions

NewJwtToken creates a new JWT token.
WithAudience sets the audience for the jwt token.
WithExpired sets the expired for the jwt token.
WithIssuer sets the issuer for the jwt token.
WithSecretKey sets the secret key for the jwt token The functionx can not be used with WithSecretKeyCallback together.
WithSecretKeyCallback sets the secret key for the jwt token by callback.
WithSigningMethod sets the signing method for the jwt token.

# Type aliases

No description provided by the author