Liking cljdoc? Tell your friends :D

buddy.auth.backends.token

The token based authentication and authorization backend.

The token based authentication and authorization backend.
raw docstring

jwe-backendclj

(jwe-backend {:keys [secret authfn unauthorized-handler options token-name
                     on-error]
              :or {authfn identity token-name "Token"}})
source

jws-backendclj

(jws-backend {:keys [secret authfn unauthorized-handler options token-name
                     on-error]
              :or {authfn identity token-name "Token"}})
source

token-backendclj

(token-backend {:keys [authfn unauthorized-handler token-name]
                :or {token-name "Token"}})
source

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

× close