Versions in this module Expand all Collapse all v1 v1.0.0 Mar 21, 2026 Changes in this version + const EventUserChangedPassword + const EventUserEmailChanged + const EventUserEmailVerified + const EventUserSignedIn + const EventUserSignedUp + var ErrAccountNotFound = errors.New("account not found") + var ErrEmailAlreadyExists = errors.New("email already registered") + var ErrEmailNotVerified = errors.New("email not verified") + var ErrInvalidCredentials = errors.New("invalid credentials") + var ErrInvalidEmailMatch = errors.New("invalid email match") + var ErrInvalidEmailVerificationType = errors.New("invalid email verification type") + var ErrInvalidOrExpiredToken = errors.New("invalid or expired token") + var ErrInvalidPasswordLength = errors.New("password length invalid") + var ErrSignUpDisabled = errors.New("sign up is disabled") + var ErrUserNotAuthorized = errors.New("you are not authorized to perform this action") + var ErrUserNotFound = errors.New("user not found")