Onur Yıldırım
Onur Yıldırım
ok. thanks.
@donaldpipowitch you can try https://github.com/onury/jsdoc-x
1. Exactly. We should either be getting CIDR or bits (so we can get CIDR via `128 - bits`) 2. Thanks for the example. See, for example Node's `os.networkInterfaces()` returns...
any news on this (conversion from address/mask form to CIDR)? btw, cannot reach documentation @ ip-address.js.org
I think so. thanks. docs are working again.
You should never hard-code the role like that. This will never restrict the data. `"admin"` **can always** do those actions to those resources (in your context). But is the current...
This is not specific to AccessControl.js. You should never expose grants / policies to client side. _(Even if you only expose the policy of the required role and no other...
Currently there is no built-in way to get compiled grants with resource-attributes for a role, all at once. I'm marking this as a feature request. For now you can use...
Hi. Since permission is checked "for" an action (and resource), code should be aware of it. Per your abstraction; `canCreateProducts` method indicates action is `create`.
Yes, we should add this feature. Though, there are higher priority features we need to implement first.