Versions in this module Expand all Collapse all v1 v1.1.0 May 8, 2024 v1.0.0 May 5, 2023 Changes in this version + func New(store Storage, rootPath string) http.Handler + type State struct + Ref dbo.TokenRef + Token *dbo.Token + User string + type Storage interface + GetToken func(ctx context.Context, ref dbo.TokenRef) (*dbo.Token, error) + UpdateTokenConfig func(ctx context.Context, ref dbo.TokenRef, config dbo.TokenConfig) error