Versions in this module Expand all Collapse all v0 v0.1.7 Jun 2, 2026 Changes in this version + const StoreAttemptNumber + const StoreAttemptTime + const StoreLocked + func IsLocked(lu authboss.LockableUser) bool + func Middleware(ab *authboss.Authboss) func(http.Handler) http.Handler + type Lock struct + func (l *Lock) AfterAuthFail(w http.ResponseWriter, r *http.Request, handled bool) (bool, error) + func (l *Lock) AfterAuthSuccess(w http.ResponseWriter, r *http.Request, handled bool) (bool, error) + func (l *Lock) BeforeAuth(w http.ResponseWriter, r *http.Request, handled bool) (bool, error) + func (l *Lock) Init(ab *authboss.Authboss) error + func (l *Lock) Lock(ctx context.Context, key string) error + func (l *Lock) Unlock(ctx context.Context, key string) error