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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |