py-miracle
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  ``` _roles = set() _structure = defaultdict(set) _grants = set() ``` If you try to save the state of the...