Permissions and MVC
- by not-rightfold
I’m in the progress of developing a web application. This web application is mostly a CRUD interface, although some users are only allowed to perform some actions and see only some parts of views.
What would be a reasonable way to handle user permissions, given that some parts of views are not available to users? I was thinking of having a…