The token based authentication and authorization backend.
The token based authentication and authorization backend.
(jwe-backend {:keys [secret authfn unauthorized-handler options token-name
on-error]
:or {authfn identity token-name "Token"}})
(jws-backend {:keys [secret authfn unauthorized-handler options token-name
on-error]
:or {authfn identity token-name "Token"}})
(token-backend {:keys [authfn unauthorized-handler token-name]
:or {token-name "Token"}})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close