Liking cljdoc? Tell your friends :D

just-auth.db.account


activate!clj

(activate! account-store email)
source

add-flag!clj

(add-flag! account-store email flag)
source

correct-password?clj

(correct-password? account-store email candidate-password hash-check-fn)
source

delete!clj

(delete! account-store email)
source

fetchclj

(fetch account-store email)
source

(fetch-by-activation-link account-store activation-link)
source

list-accountsclj

(list-accounts account-store params)
source

new-account!clj

(new-account! account-store
              {:keys [name email password flags other-names activated]
               :as account-map}
              hash-fn)
source

remove-flag!clj

(remove-flag! account-store email flag)
source

update-activation-link!clj

(update-activation-link! account-store email activation-link)
source

update-password!clj

(update-password! account-store email password hash-fn)
source

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

× close