py-miracle icon indicating copy to clipboard operation
py-miracle copied to clipboard

Flexible role-based authorization solution that is a pleasure to use

Results 1 py-miracle issues
Sort by recently updated
recently updated
newest added

The following code must be defined outside the constructor ![image](https://user-images.githubusercontent.com/69423171/110260661-2b5aad80-7f7b-11eb-8743-fd3ec5362248.png) ``` _roles = set() _structure = defaultdict(set) _grants = set() ``` If you try to save the state of the...