Samuel Ferencik

Results 11 comments of Samuel Ferencik

[Here](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/176#issuecomment-371277670) @karlssonsimon managed to supply `audience` in a query param, and apparently it worked. Sadly, it doesn't work for us - neither for our in-house auth endpoint, nor for an...

Ah, that explains it. We're using `client_credentials` indeed.

:+1: Looks promising. (I only checked the commits briefly from my phone.) Thanks for picking this up!

I don't suppose this will display the audience in the UI form, will it?

The readme seems to showcase this as doable. What am I missing? See [here](https://github.com/rexm/Handlebars.Net#registering-block-helpers): ``` {{StringEqualityBlockHelper @value 'dog'}}is a dog{{else}}is not a dog{{/StringEqualityBlockHelper}} ```

So you're saying it's an issue with the documentation (readme) but the feature exists?

Oh, I get it. This is about a kind-of "else if" behaviour: `{{else CONDITION}}`.

I'll try to get you some templates. I'm trying to identify the ones that would illustrate this best. I'm choosing from 1,600+ pairs of (email subject, email HTML body), i.e....

OK, so here's one of the many files that show a 20x slow-down in compilation. I've run this many more times (200x with each of Handlebars 1.10 and 2.0 to...