flask-allows icon indicating copy to clipboard operation
flask-allows copied to clipboard

Authorization tools for Flask

Results 14 flask-allows issues
Sort by recently updated
recently updated
newest added

The last commit is from 2018, is this repo still alive?

Related to issue #50. This includes the changes needed to support Flask 2 as well as the changes in the Cut Down on Warnings branch. All the tests should pass...

With flask 2.0 now out, `flask._compat` has been removed, so this module fails to build. As suggested in [this issue](https://github.com/justanr/flask-allows/issues/44), a fix could be to change the import in `flask_allows/requirements.py`...

Hi! `requirements.py` currently uses a portion of Flask's internal API (`flask._compat.with_metaclass`). I'm currently using a Flask-compatible framework (Quart) that doesn't replicate this module. I understand that you're under no responsibility...

Hello, just asking of this proyect is active? Lást release was 3 Years ago

Considering just making this the 1.0 release. Expands `wants_request` to also work on subclasses of Requirement rather than just functions: ```python from flask_allows.requirements import wants_request @wants_request class OldKindOfRequirement(Requirement): def fulfill(self,...

Awesome job in the library! I love the extensible design of this compared to flask-principal/ flask-login stack. In https://flask-allows.readthedocs.io/en/latest/requirements.html Danger section, there seems to be a minor typo. Should be...

I'd like to move to Python 3 as soon as possible. I'll evaluate keeping 3.4 around when the big 1-Oh approaches, it's likely 3.7 will be out by then and...

enhancement