accesscontrol icon indicating copy to clipboard operation
accesscontrol copied to clipboard

Add conditions to grants

Open araker opened this issue 7 years ago • 3 comments

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.

araker avatar Mar 06 '18 12:03 araker

Thanks. A similar feature with different API is on the way for v3.

onury avatar Mar 21 '18 16:03 onury

+1

mattmeye avatar Apr 19 '18 20:04 mattmeye

@onury First of all thank you for the amazing library. When do you plan release v3? I do really miss the context feature.

danturu avatar Sep 18 '18 19:09 danturu