(basic-auth {:keys [username password realm]})
(check username password realm ctx)
(forbidden-response realm)
(halt realm)
cljdoc is a website building & hosting documentation for Clojure/Script libraries