Fabien Penso
Fabien Penso
> I personally don't have any strong rationale to offer. I can imagine there are integration tests and unfortunately strutured codebases where adjusting the current time is the easiest or...
The way I do it so far is having an app context `Context` and use `ctx.now()` everywhere I need: ``` #[derive(Clone)] pub struct AppContext { pub now: Option, } impl...
Any update on this one still failing? I just got bitten with parsing a remote JSON file which includes "\u{2028}". I've fixed it by replacing it before passing it to...
@antek-drzewiecki Am I wrong thinking the documentation link should show the oauth calls in swagger? That's the reason I wanna use `wine_bouncer` and using the `:swagger` auth strategies I see...
@antek-drzewiecki I actually have `gem 'grape-swagger'` but I still don't see it. I'll dig further then.
@antek-drzewiecki Sorry I meant I don't see any documentation about the `/oauth/token` endpoints to tell my users which endpoint they should be using for the oauth part. I wasn't talking...
@antek-drzewiecki Don't you think wine_bouncer should generate the endpoint documentation so they appear in swagger? The only way for me to include those right now would probably to fake methods...
I think on many projects you actually have the same base url, so you probably would like to be able to do either (two swagger files, or one) depending on...
I'd expect using the Doorkeeper's default configured scope if none defined, but I'd also expect to be able to define it as an optional parameter to auth strategy.
> Ugh, it's rather unfortunate whatever decided to do that used a garbage public key, especially as the value `0` is an actually valid SEC1 encoding of the identity point...