ScottKane
ScottKane
I personally go with `api/identity/token` and `api/identity/token/refresh`. I would say its just another config flag e.g `options.UseJwt(timeout: DateTime.UtcNow.AddDays(2))` that enables jwt over Identity. I'm not sure what you mean by...
Also we would have to consider how we want to pass in a user defined signing secret.
Created PR #62 for this
@davidbuckleyni that doesn't really fit with how git works, accept the PR or don't. I did exactly what was described in the issue. Also if you notice there is a...
Also I think you should drop the s from `InstantAPIs` and rename to `InstantApi` (gotta be pascal even though acronyms feel wrong)
I watched the stream. What he said about etiquette was in regards to people creating PR's that touch way more than they should is bad etiquette. This is normal in...
Not to mention renaming is a boring laborious task and I'm sure @csharpfritz would rather cover something more interesting.
Should be good to go now :)
I don't think this is something specific to GraphQl, would be just as nice to use something like the following so that repository/filtering kind of go hand in hand. ```c#...
Sorry for the code dump but this touches filtering and repositories at the same time.