sb-admin bootstrap template with ASP MVC
Working in a new project I found these really cool templates for bootstrap and I took the sb-admin template and adapted to a ASP MVC project, and I added a Login with some Users and Roles to access using the new security feature design for MVC 5, Microsoft Owin Authentication
So when we run the project by default we get a Login view and we can access with these users:
- User: admin, Pass = 12345
- User: invite, Pass = 12345
- User: lvasquez = lvasquez
For example if we login as a admin user, we will have access to the full navbar options
But if we login as a invite user, we will have access only to two options on the navbar
So here is the source code. and any comments or suggestions feel free to do it.