package
0.0.0-20241113072534-4ea02956913a
Repository: https://github.com/forestyc/playground.git
Documentation: pkg.go.dev
# Functions
NewToken generate tokenString with id and secret.
ValidateToken return claims if tokenString is validate.
WithAudience adds audience.
WithExpireAt adds expireAt.
WithIssuedAt adds issuedAt.
WithIssuer adds issuer.
WithNotBefore adds notBefore.
WithSubject adds subject.
# Type aliases
No description provided by the author