Tommy Yu
Tommy Yu
If you are still trying to make this work and haven't solve this with another library yet because you want something like slimit, I just made a release of my...
I am doing this to make way for a proper `and` (also `&`) operator that will create a `Permission` object that matches _all_ `RoleNeed`s that are present within. I probably...
I guess I should have included some more examples. Yes, the overridden operators wasn't documented, and then if the permissions are read out in English it didn't make sense. Previously,...
While they read out the same in English, the two operators are not quite the same thing (boolean operator vs. set operator), given that we are working with sets: ```...
I'll take a shot, might take me a while. I have a few ideas that also includes the 'and' and 'not' operators, but having these may require a radical change...
Might as well show you what my intention is. Note my implementation of `and` - with this change it should be possible to construct much more expressive permission checks. I...
First cut of documenting of what I added (bitwise operator) was done at 680a474.
I don't think a redesign is needed at all. Granular access control on resources generally requires an understanding of the associated mission specific implementation of data structures, which flask-principal, being...
Yes as noted, this can be manually solved even if the trait is from another crate, and that the failure appears to be general for `Option` (or possibly all generic...