Liking cljdoc? Tell your friends :D
Clojure only.

buddy.auth.backends.jwks

The JWKS based authentication and authorization backend.

The JWKS based authentication and authorization backend.
raw docstring

jwks-backendclj

(jwks-backend {:keys [authfn unauthorized-handler options token-name on-error]
               :as opts
               :or {authfn identity options {} token-name "Bearer"}})

Creates a JWKS authentication backend.

:options must contain :algs (or :alg) to declare the expected JWT algorithm. For example, pass :options {:algs #{:rs256}}.

Creates a JWKS authentication backend.

:options must contain :algs (or :alg) to declare the expected JWT
algorithm. For example, pass :options {:algs #{:rs256}}.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close