lingthio / Flask-User

Customizable User Authorization & User Management: Register, Confirm, Login, Change username/password, Forgot password and more.
http://flask-user.readthedocs.io/
MIT License
1.06k stars 292 forks source link

Add Permissions to Roles #232

Open epompeii opened 6 years ago

epompeii commented 6 years ago

This is a feature request for adding permissions to roles. This would likely entail extending the optional Role and UserRoles data-models to include Permission and RolePermissions data-models. Is adding something like this on you all's roadmap? If not would you be open to having it added in at some point?

I'm working on a downstream application, docassemble. We are using Flask-User 0.6 currently, and we are looking at adding functionality along these lines at some point down the road. We would prefer to contribute upstream to Flask-User, so please, let us know your thoughts!