Common API for the authentication and validation pipelines.
Common API for the authentication and validation pipelines.
A component to validate the creds gotten from the auth header and resolve the key & secret out from the ID store.
A component to validate the creds gotten from the auth header and resolve the key & secret out from the ID store.
(resolve-id! this creds request)
(resolve-keypair! this id)
(validate-auth! this id creds request)
A component to parse the authentication header.
A component to parse the authentication header.
(parse-credentials! this auth-header)
A component to check if the current API handler matches the policy from the id.
A component to check if the current API handler matches the policy from the id.
(get-resource-type-ids this request)
(validate-policy! this id handler)
(validate-policy! this id handler resource-type-ids)
(with-guard f)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close