(jwks-authenticator {:keys [uri] :as options})
JSON Web Key Set specific: i.e. needs a 'https://foo.com/bar/jwks' URI that returns unsign keys
JSON Web Key Set specific: i.e. needs a 'https://foo.com/bar/jwks' URI that returns unsign keys
(jwks-backend {:keys [keyset authfn unauthorized-handler options token-name
on-error]
:or {authfn identity token-name "Bearer" options {:alg :rs256}}})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close