Liking cljdoc? Tell your friends :D

atmos-kernel.web.security.auth


atmos-auth-backendclj

(atmos-auth-backend auth-backend data)
source

atmos-authenticated?clj

source

atmos-default-auth-fnclj

(atmos-default-auth-fn request token)
source

atmos-default-unauthorized-fnclj

(atmos-default-unauthorized-fn request metadata)
source

atmos-unauthorizedclj

source

default-token-auth-backendclj

(default-token-auth-backend entity)
source

default-unauthorized-dataclj

source

defauthtokenfncljmacro

(defauthtokenfn entity
                &
                {:keys [tokens-provider-fn] :or {tokens-provider-fn get-token}})
source

defunauthorizedfncljmacro

(defunauthorizedfn data)
source

get-tokenclj

(get-token entity
           &
           {:keys [tokens-provider-uri]
            :or {tokens-provider-uri (System/getenv
                                       "ATMOS_KERNEL_TOKENS_PROVIDER_URI")}})
source

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

× close