Are your permissions making too much noise all the time? Are your permissions stomping all over your actual code? Are your permission decorators clawing at your line count all the time? Think there's no answer? There is! Flask-Allows.
Flask-Allows is an authorization tool for Flask inspired by django-rest-framework's permissioning system and rest_condition's ability to compose simple requirements into more complex ones.
Flask-Allows is available on pypi and installable with:
pip install flask-allows
Flask Allows supports 2.7, and 3.4+. Support for 3.3 was ended in the version 0.3 release.
Note
If you are installing flask-allows
outside of a virtual environment,
consider installing it with pip install --user flask-allows
rather
than using sudo or adminstrator privileges to avoid installing it into
your system Python.
- For more information, please visit the documentation.
- Found a bug, have a question, or want to request a feature? Here is our issue tracker.
- Need the source code? Here is the repository