flask-rbac
flask-rbac copied to clipboard
Support for "group" concept.
Does flask-rbac currently support the concept of a "group" for access control?
@sholsapp Sorry, it doesn't support it now. But thanks for your advice, I will make it later.
Maybe you can use https://pypi.python.org/pypi/simple-rbac/0.1.1 for the RBAC and focus more on the Flask-specific stuff. Would that be something you're interested in? If so, I may have some cycles to help out.
@sholsapp Sorry for so long to reply you, I have prepared for my final exam last few weeks.. It looks good, but I have no idea for implementations, may you can fork and send me a pull request?
@sholsapp are you still interested in group functionality? I was thinking about adding this.