Flask-ACL icon indicating copy to clipboard operation
Flask-ACL copied to clipboard

Access Control Lists for Flask

Results 4 Flask-ACL issues
Sort by recently updated
recently updated
newest added

I remove flask-login dependence in my fork repo, https://github.com/xuwenbao/Flask-ACL/commit/cb7dd542c73b8422e59124076c63722e7a40fa3b , because i do not want to use flask-login in my project. Does it make sense for you?

Hey there, I tried the following, ... did I missed something ? ... ``` pip install Flask-ACL Downloading/unpacking flask-acl Could not find any downloads that satisfy the requirement flask-acl Cleaning...

In the index file: ``` python if not auths.can('read', obj): ``` I think it should be `authz`