Fork me on GitHub
#yada
<
2016-07-13
>
dominicm05:07:32

:segment-regex-group It's trying to treat something you give it as a regex to deal with, as if you were doing [["foo-" :bar "-baz"] my-handler]

dominicm05:07:16

That's my understanding anyway.

martinklepsch06:07:37

It turned out to be caused by something like (["/" ...]), i.e. The route data was wrapped in an extra list.

dominicm07:07:55

Yeah, that's the root cause. bidi can interpret a list two ways. It's different based on the wrapping.

severed-infinity22:07:03

hey guys I was wondering if anyone has any examples or tips for using buddy.sign.jws as the means of :access-control, and also if it can be tested using swagger?