Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUserIsBanned = fmt.Errorf("user is banned")
ErrUserIsBanned user is banned error message.
Functions ¶
This section is empty.
Types ¶
type Regulator ¶
type Regulator struct {
// contains filtered or unexported fields
}
Regulator an authentication regulator preventing attackers to brute force the service.
func NewRegulator ¶
func NewRegulator(configuration *schema.RegulationConfiguration, provider storage.Provider, clock utils.Clock) *Regulator
NewRegulator create a regulator instance.
Click to show internal directories.
Click to hide internal directories.