No cljdoc config found, articles auto discovered.
Library authors can specify article order and hierarchy.
→ Articles docs
(authenticate strategies)
(authenticate service strategies)
(authentication app & {:keys [path] :or {path "/authentication"}})
(authentication-jwt app & {:keys [path] :or {path "/authentication"}})
(authentication-local app & {:keys [path] :or {path "/authentication"}})
(authentication-oauth app & {:keys [authService] :or {authService "authentication"}})
(hash-password)
(protect-password)
(register-jwt service)
(register-local service)
cljdoc is a website building & hosting documentation for Clojure/Script libraries