Versions in this module Expand all Collapse all v0 v0.0.2 Jan 8, 2024 v0.0.1 Oct 12, 2021 Changes in this version + type Credential interface + type Guard interface + Auth func(User) error + Check func() (User, error) + User func() User + type User interface + UserIdentifier func() UserIdentifier + type UserIdentifier struct + func Identifier(v interface{}) UserIdentifier + func (id UserIdentifier) Int64() int64 + func (id UserIdentifier) String() string + func (id UserIdentifier) Value() interface{} + type UserProvider interface + FindUserById func(UserIdentifier) (User, error)