Port of buddy-auth's wrap-authentication middleware.
Port of buddy-auth's wrap-authentication middleware.
edn and transit/json parsing capable interceptor. Custom edn tags (present in *data-readers*
) are supported.
edn and transit/json parsing capable interceptor. Custom edn tags (present in `*data-readers*`) are supported.
Pedestal terminating interceptor for handling :error
cases.
It looks for ex-data
information inside the received exception to decide what to print/log and to pick the proper HTTP status code (defaults to 500 when missing).
Pedestal terminating interceptor for handling `:error` cases. It looks for `ex-data` information inside the received exception to decide what to print/log and to pick the proper HTTP status code (defaults to 500 when missing).
Interceptor for validating the body payload as a Fulcro query.
The body must come as either edn or transit/json, and have the minimal structure as follows: {:q [...]}
The actual query must be under the :q
key.
Interceptor for validating the body payload as a Fulcro query. The body must come as either edn or transit/json, and have the minimal structure as follows: {:q [...]} The actual query must be under the `:q` key.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close