accesscontrol
accesscontrol copied to clipboard
Add conditions to grants
One of the projects that uses this library as a foundation has implemented conditions for the grants. Look here for more information. It supports AND, OR, NOT, EQUALS, NOT_EQUALS, STARTS_WITH, LIST_CONTAINS conditions, which are really powerful to grant permission when a certain state has a certain value. This way permissions can be even more finely grained. Especially for more complex systems this would be a nice addition I think.
Thanks. A similar feature with different API is on the way for v3.
+1
@onury First of all thank you for the amazing library. When do you plan release v3? I do really miss the context feature.