Versions in this module Expand all Collapse all v1 v1.0.1 Jul 17, 2021 v1.0.0 Jun 8, 2021 Changes in this version + type JWTTokenizer struct + func NewJWTTokenizer(secretKey string) JWTTokenizer + func (JWTT JWTTokenizer) Generate(payload entity.TokenPayload) (string, error)