method
Store.RecordFailedLogin
func (backend *Store) RecordFailedLogin(
ctx context.Context,
collectionID schema.StableID,
userID string,
now time.Time,
maximum int,
lockDuration time.Duration,
) (store.AuthCredential, error)Public method Store.RecordFailedLogin from github.com/riducms/ridu/adapters/sqlite.
Related types
StoreA SQLite implementation of Ridu’s document, snapshot, auth, preference, task, lock, version, and migration store contracts.
StableIDA deterministic identifier for schema evolution.
AuthCredentialPrivate password and lockout state associated with one user document.