This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-04-16
Channels
- # beginners (144)
- # boot (40)
- # cljsjs (1)
- # cljsrn (30)
- # clojure (190)
- # clojure-india (1)
- # clojure-poland (7)
- # clojure-russia (13)
- # clojure-spec (2)
- # clojurescript (2)
- # component (23)
- # css (6)
- # emacs (3)
- # events (5)
- # garden (4)
- # hoplon (2)
- # jobs-discuss (2)
- # klipse (1)
- # lein-figwheel (1)
- # off-topic (36)
- # re-frame (28)
- # reagent (2)
- # ring (7)
- # ring-swagger (2)
- # rum (3)
- # test-check (4)
- # untangled (4)
is it possible to protect the docs with some kind of password? im looking at https://github.com/metosin/compojure-api/wiki/Swagger-integration but without success
@plins Best way to do that is not to use swagger api-options but to use swagger-routes
directly. This way, you can add custom (authentication) middleware in front of the swagger-artefacts. Hope this helps. Here’s how to: https://github.com/metosin/compojure-api/wiki/Swagger-integration#swagger-routes