Convenience macro that wraps the body with wrap-security
and then immediately executes it.
Source
(defmacrowith-security"Convenience macro that wraps the body with wrap-security
and then immediately executes it."[&body]
`(apply (wrap-security (fn [] ~@body)) []))