Liking cljdoc? Tell your friends :D

just-auth.throttling


block?clj

(block? failed-login-store
        time-window-secs
        threshold
        {:keys [ip-address email] :as criteria})
source

delay-in-secs?clj

(delay-in-secs? failed-login-store
                time-window-secs
                threshold
                {:keys [ip-address email] :as criteria})
source

throttle?clj

(throttle? failed-login-store throttling-config {:keys [email ip-address]})
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close