This is a simple ASP MVC 5 basic project with a Custom Authentication using only the required assemblies for Owin Security. Not database, not Entity Framework, not scheme based authentication. It's just a simple base project with the Owin classes already configured ready to start to work and extend. And don't worry, the project is tested =) For more information visit: http://lvasquez.github.io/2015/07/20/ASP-MVC-5-Authentication/ or download the source code: https://github.com/lvasquez/Simple-Authentication-ASP-MVC-5 |