Versions in this module Expand all Collapse all v0 v0.0.5 Nov 15, 2025 v0.0.4 Nov 13, 2025 Changes in this version + var JWT jwtToken + func New(privateKey []byte, parseOpt ...jwt.ParserOption) + func SignToken(body map[string]interface{}) (string, error) + func VerifyToken(token string) (map[string]interface{}, error)