Versions in this module Expand all Collapse all v0 v0.1.0 Jul 20, 2026 Changes in this version + var PasswordHashCost = bcrypt.DefaultCost + type Authenticator struct + func New() *Authenticator + func (a *Authenticator) Login(db *orm.DB, email, password string, ...) (user.User, error) + func (a *Authenticator) Mount(r router.Router, module any) + func (a *Authenticator) Name() string + func (a *Authenticator) SetPassword(db *orm.DB, ids model.IDGenerator, userID, password string, ...) error + func (a *Authenticator) VerifyPassword(db *orm.DB, userID, password string, ...) error