broom9

Results 4 issues of broom9

When chain this interceptor with another global interceptor that displays an error message, it would be helpful to easily know if this request is the final retry of rax. Currently,...

enhancement

The multiple-line logs in console feel a bit verbose during development. Is there an easy (less custom code) way to output a simple one-line log for each request similar as...

See the `ok2` condition below. Please let me know if you agree. ``` const condition = { stringEquals: { forAnyValueIfExists: { foo: ['bar', 'baz', 'boo'] } } }; const ok...

When calling addPermissionToRole, if one of the resources is `undefined`, it would lead to an error ``` TypeError: Cannot read property 'split' of undefined at AccessAuthorizer.filterRelevantPermissions (node_modules/@bluejay/access-control/src/classes/access-authorizer.js:60:62) at AccessAuthorizer.authorize (node_modules/@bluejay/access-control/src/classes/access-authorizer.js:21:42)...