Flask Application with ACL

74 Views Asked by At

I wanted to create an application using Flask, for the ACL part I was using Flask Security but the package was quite old and deprecated. I looked into some other package Flask Perm that serves the same purpose but the last commit was 2 years ago. What package should I go with to implement Roles and Permissions in my flask app?

0

There are 0 best solutions below