I'd like to request that a Controller and list/edit views be added to the ASP.NET 5 Starter Web template for Roles (Add, edit. delete), and for assigning them to users.
Asp.Net Identity has Roles and UserRoles tables, but the template does not generate a Controller nor the list/edit views for these. We have to create the basic crud parts from scratch every time? Surely people would find it helpful if this were rendered as part of the project from the right off the bat from the ASP.NET 5 Starter Web template.