Liking cljdoc? Tell your friends :D

auth0-ring.handlers


create-callback-handlerclj

(create-callback-handler config
                         &
                         [{:keys [on-authenticated cookie-opts]
                           :or {cookie-opts {}}}])
source

create-clientclj

(create-client {:keys [client-id client-secret domain]})
source

create-logout-callback-handlerclj

(create-logout-callback-handler config)
source

create-logout-handlerclj

(create-logout-handler config)
source

get-nonceclj

(get-nonce req)
source

get-success-redirectclj

(get-success-redirect req config)
source

get-url-pathclj

(get-url-path url-str)
source

is-validclj

(is-valid req)
source

matches-nonceclj

(matches-nonce req)
source

parse-query-paramclj

(parse-query-param str param)
source

query-paramclj

(query-param req p)
source

redirect-uriclj

(redirect-uri req redirect-path)
source

wrap-login-handlerclj

(wrap-login-handler handler)
source

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

× close