Documentation ¶
Overview ¶
Package lock implements user locking after N bad sign-in attempts.
Index ¶
Constants ¶
View Source
const ( StoreAttemptNumber = "attempt_number" StoreAttemptTime = "attempt_time" StoreLocked = "locked" )
Storage key constants
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Lock ¶
type Lock struct {
*authboss.Authboss
}
Lock module
func (*Lock) Initialize ¶
Initialize the module
Click to show internal directories.
Click to hide internal directories.