Versions in this module Expand all Collapse all v0 v0.0.1 Aug 7, 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