Versions in this module Expand all Collapse all v0 v0.1.0 Jun 17, 2022 Changes in this version + var ErrWrongPassword = errors.New("wrong password") + var ErrWrongUsername = errors.New("wrong username") + type Authn interface + Open func(context.Context) error + Validate func(username, token string) error