Liking cljdoc? Tell your friends :D

cider-ci.auth.http-basic


authenticate-executorclj

(authenticate-executor executor-name password-digest)
source

authenticate-userclj

(authenticate-user login-or-email password)
source

create-passwordclj

(create-password username)
(create-password username secret)
source

get-executorclj

(get-executor executor-name)
source

get-userclj

(get-user login-or-email)
source

password-matchesclj

(password-matches password username)
source

wrapclj

(wrap handler roles)
source

wrap-extractclj

(wrap-extract handler)

Extracts information from the "authorization" header and adds :basic-auth-request {:name name :password password} to the request if extraction succeeded. Leaves the request as is otherwise.

Extracts information from the "authorization" header and
adds  :basic-auth-request {:name name :password password}
to the request if extraction succeeded. Leaves the request as
is otherwise.
sourceraw docstring

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

× close