Liking cljdoc? Tell your friends :D

feathers.authentication


authenticatecljs

(authenticate strategies)
(authenticate service strategies)
source

authenticationcljs

(authentication app & {:keys [path] :or {path "/authentication"}})
source

authentication-jwtcljs

(authentication-jwt app & {:keys [path] :or {path "/authentication"}})
source

authentication-localcljs

(authentication-local app & {:keys [path] :or {path "/authentication"}})
source

authentication-oauthcljs

(authentication-oauth app
                      &
                      {:keys [authService] :or {authService "authentication"}})
source

AuthenticationServicecljs

source

ExpressOAuthcljs

source

hash-passwordcljs

(hash-password)
source

hookscljs

source

JWTStrategycljs

source

LocalStrategycljs

source

protect-passwordcljs

(protect-password)
source

register-jwtcljs

(register-jwt service)
source

register-localcljs

(register-local service)
source

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

× close