Iñaki Arenaza
Iñaki Arenaza
Hi @serioga This feature has existed [since at least version 2.0.0](https://github.com/funcool/buddy-sign/blob/2.0.0/src/buddy/sign/jwt.clj#L46-L59). The documentation doesn't state it explicitly, but both `iss` and `aud` claims can be a collection of values. So...
Sorry, my bad. I read the code wrong :disappointed: The code allows for a collection of audiences in the token itself, not in the verification claims. The original issue still...
> Why would you want multiple audiences at the point of verification? The way i see it, you might need multiple audiences at the point of issuing (i.e. producer/issuer _supports_...
@gigasquid I did all this work under contract with Magnet Coop, so they deserve the credit as well :cat:
Hi @bhauman thanks for looking into this. Unfortunately setting `:helpful-classpaths` to `false` turns the helpers off, but the warnings don't go away as you said. Looking at https://github.com/bhauman/figwheel-main/blob/v0.213/src/figwheel/main.cljc#L2014-L2032 you can...
Based on @miikka [solution for `spec-tools`-based custom coercion](https://github.com/metosin/reitit/issues/298#issuecomment-508027456), we have built the following solution for a malli`-based custom coercion, in case it's useful for others: ```clj (defn singleton->vector [x] (if...
> We could do something like dynamically persisting the command to a file, adding #!/usr/bin/env bash on top, then running that one-off file. Humm, but that wouldn't work in Windows...
Sorry, my bad. I didn't want to imply that CIDER should support running all combinations of all possible shells on all possible operating systems with all execution environments. I just...
In any case, I fully agree with you. No need to complicate things unless there is a pressing need. In our case, we launch leiningen from outside CIDER, because we...
> 3. my haproxy is chroot, so the acme.sh deploy path and the haproxy path to same file are different > > * I store the haproxy installed path in...