flask-rbac
flask-rbac copied to clipboard
default value for with_children=True for exempt, change default value to False
For exempt decorator, since there's no Role, i.e., None, checking for None.get_children() [ in method allow() of class AccessControlList] would be of no use.