Versions in this module Expand all Collapse all v1 v1.8.0 Jan 15, 2025 Changes in this version + func NewJwtToken(secretKey string, iat, seconds int64, opt ...Option) (string, error) + func StripBearerPrefixFromToken(token string) string + type Option struct + Key string + Val any + func WithOption(key string, val any) Option