Versions in this module Expand all Collapse all v0 v0.1.0 Jan 30, 2023 Changes in this version + type Auth struct + func New(cfg Config) *Auth + func (a *Auth) GenerateJWT(username string, password string) (string, time.Time, error) + func (a *Auth) ParseJWT(tokenString string) (string, string, error) + type Config struct + ExpireTime int + PrivateKey string