Versions in this module Expand all Collapse all v2 v2.9.3 Mar 12, 2021 v2.9.2 Mar 12, 2021 Changes in this version + func NewTokenProvider(opts ...token.Option) token.Provider + type JWT struct + func (j *JWT) Generate(acc *auth.Account, opts ...token.GenerateOption) (*token.Token, error) + func (j *JWT) Inspect(t string) (*auth.Account, error) + func (j *JWT) String() string