-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not respecting denied: true
of IAccessInfo
in AccessControl.grant
#67
Comments
No it's marked To deny; simply don't grant or explicitly |
..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 👍 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
The text was updated successfully, but these errors were encountered: