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-logout-callback-handlerclj

(create-logout-callback-handler config)
source

create-logout-handlerclj

(create-logout-handler config)
source

exchange-codeclj

(exchange-code config & [{:keys [query-string]} :as req])
source

get-nonceclj

(get-nonce req)
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

query-string-to-mapclj

(query-string-to-map query-string)
source

rand-strclj

(rand-str len)
source

redirect-uriclj

(redirect-uri req redirect-path)
source

secureRandomStringclj

(secureRandomString)
source

tokensclj

source

wrap-login-handlerclj

(wrap-login-handler handler)
source

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

× close