fnakstad / angular-client-side-auth

One way to implement authentication/authorization in Angular applications
http://angular-client-side-auth.herokuapp.com/
MIT License
1.63k stars 346 forks source link

Rights Profile for each Role #71

Open enkodellc opened 10 years ago

enkodellc commented 10 years ago

I think a great enhancement would be to include a Rights profile per role along with the ability to dynamically create new Roles / Rights. For instance you can create a duplicate User Role {User2} that has rights to login but maybe cannot view the nested menu.

The admin could duplicate Roles / Rights and then modify the access rights.

fnakstad commented 10 years ago

That's a very good idea! I'll put it on my todo list, and of course would be happy to receive pull requests for this :)