Versions in this module Expand all Collapse all v0 v0.1.0 Jul 20, 2026 Changes in this version + type Authenticator struct + func New(db *orm.DB, ids model.IDGenerator) *Authenticator + func (a *Authenticator) ExtractClientIP(ctx router.Context, trustProxy bool) string + func (a *Authenticator) Mount(r router.Router, module any) + func (a *Authenticator) Name() string + func (a *Authenticator) ValidateRUT(rut string) (string, error)