Versions in this module Expand all Collapse all v0 v0.0.1 Dec 25, 2025 Changes in this version + var Module = fx.Module("authenticator", fx.Provide(newModule)) + type Authenticator interface + GenerateJWT func(string, string, string) (string, error) + type Claims struct + type Params struct + Cfg *setup.Authenticator + type Result struct + Auth Authenticator