Greg Hogan

Results 5 issues of Greg Hogan

**Describe the bug** When I modify the `BenchmarkRBACModelWithDomainPatternLarge` [performance test](https://github.com/casbin/casbin/blob/master/model_b_test.go#L269-L277) to add a bunch of unrelated users and then try to fetch an unauthorized resource, I see an exponential number...

bug

The go-grpc-middleware **retry** middleware has a function `perCallContext` that calls `context.WithTimeout` and ignores the returned `cancel` function. According to the `context.WithTimeout` docs: // **Canceling this context releases resources associated with...

**Describe the bug** If I have a struct being injected as part of a group, and that struct contains an interface type with decorations, then the decorations for the interface...

Fixes #696 The token refresh handler currently has two issues related to scopes: 1. It does not read or honor the optional `scope` form parameter 2. It defaults to the...

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/fosite/blob/master/CODE_OF_CONDUCT.md). -...

bug