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

My tests are enjoying a _few_ logs, which was rather confusing since I have never passed request in so...sure enough, [Allows.fulfill](https://github.com/justanr/flask-allows/blob/master/src/flask_allows/allows.py#L152) injects it and causes a DeprecationWarning. ``` /usr/local/lib/python3.6/site-packages/flask_allows/allows.py:156: DeprecationWarning:...

Been playing around with this tonight but I've hit a wall. I want to hide certain menu links from users that don't have permission to access those links. In theory,...

enhancement
help wanted
hardwork

Right now allows.fulfill doesn't know which requirement failed and consequently the on_fail callback doesn't either. We noticed this in flaskbb when adding on_fail callbacks got noisy to say the least....

enhancement
help wanted

Tracking issue for following up on #20

enhancement
help wanted