No cljdoc config found, articles auto discovered.
Library authors can specify article order and hierarchy.
→ Articles docs
(activate! account-store email)
(add-flag! account-store email flag)
(correct-password? account-store email candidate-password hash-check-fn)
(delete! account-store email)
(fetch account-store email)
(fetch-by-activation-link account-store activation-link)
(list-accounts account-store params)
(new-account! account-store {:keys [name email password flags other-names activated] :as account-map} hash-fn)
(remove-flag! account-store email flag)
(update-activation-link! account-store email activation-link)
(update-password! account-store email password hash-fn)
cljdoc is a website building & hosting documentation for Clojure/Script libraries