Closed anodynos closed 5 years ago
No it's marked @private
, and also not documented.
It's just an internal flag, not to be used by the end-user.
To deny; simply don't grant or explicitly deny()
.
..and it seems you copied the lib without forking. then fixing some bug on your repo and not committing back to the project but opening an issue here to let people know about your copy..
nice.
Thanks @onury - I didn't copy or fork the library, it's just a facade around your great library, with some urgently needed features & fixes that I needed. That's why there's no merging back to the project, which I hope will evolve and improve :-)
fair enough. thanks. most needed features will be implemented soon.
Sounds great :+1: and thanks again!
It seems that
denied: true
ofIAccessInfo
inAccessControl.grant()
is not respected - one has to explicitlly use.deny
isntead of.grant
to make it work:EDIT: solved in https://github.com/anodynos/accesscontrol-re