Provides the sensitive
function for protecting data that should
not leak into logs.
Provides the `sensitive` function for protecting data that should not leak into logs.
(sensitive s)
Wrap a sensitive value in an IDeref. The secret value will only be
disclosed via an explicit deref
, thus preventing accidental leaks
to logging, etc.
Wrap a sensitive value in an IDeref. The secret value will only be disclosed via an explicit `deref`, thus preventing accidental leaks to logging, etc.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close