Liking cljdoc? Tell your friends :D

sensitive.core

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.
raw docstring

*redacted-string*clj

source

Secretclj

source

sensitiveclj

(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.
sourceraw docstring

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

× close