Versions in this module Expand all Collapse all v1 v1.0.1 May 10, 2021 v1.0.0 May 9, 2021 Changes in this version + func NewAuth(opts ...auth.Option) auth.Auth + type Auth struct + func (a *Auth) Generate(id string, opts ...auth.GenerateOption) (*auth.Account, error) + func (a *Auth) Init(opts ...auth.Option) error + func (a *Auth) Options() auth.Options + func (a *Auth) Revoke(token string) error + func (a *Auth) String() string + func (a *Auth) Verify(token string) (*auth.Account, error) Incompatible versions in this module v2.3.0+incompatible May 9, 2021