This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-02-28
Channels
- # aws (7)
- # beginners (69)
- # boot (67)
- # cider (9)
- # cljs-dev (159)
- # cljsrn (2)
- # clojars (25)
- # clojure (345)
- # clojure-austin (9)
- # clojure-berlin (1)
- # clojure-dusseldorf (10)
- # clojure-italy (3)
- # clojure-nl (1)
- # clojure-portugal (1)
- # clojure-spec (73)
- # clojure-uk (59)
- # clojurescript (163)
- # clojurewerkz (1)
- # component (26)
- # core-matrix (2)
- # cursive (20)
- # datascript (32)
- # datomic (15)
- # dirac (16)
- # emacs (3)
- # hoplon (35)
- # jobs-discuss (87)
- # jobs-rus (95)
- # luminus (15)
- # om (135)
- # om-next (3)
- # onyx (47)
- # pedestal (67)
- # perun (74)
- # play-clj (4)
- # portland-or (1)
- # proton (4)
- # re-frame (13)
- # reagent (18)
- # remote-jobs (17)
- # rum (20)
- # specter (11)
- # untangled (101)
- # yada (18)
@malcolmsparks that would certainly be welcome here. we currently don't encrypt the traffic between our load balancers and the app server...
Right. I believe you'd need to to get through a PCI or FIPS audit
If you alter before, you get yada's shorthand expansion and validation. If you alter afterwards, you need to take a little care not to break the validation
Or revalidate
Is it straightforward to have multiple access-control schemes for a resource? Or should I create multiple routes/resources backed by the same code?
The former should be ok. Yada supports multiple auth schemes
{:access-control {:scheme #{"Basic" "My Custom Auth"}}}
?
(am currently reading the manual...)
Yes, but that's shorthand. The longhand supports a collectio
You can view the longhand by printing out a resource
You can even publish this with yada
Take a resource and wrap it in yada/handler
I've done that accidentally before!
there isn't anything like the example project.clj for leiningen for yada resource models is there?