Using Microsoft.Owin.Security
along with .NET Web API 2 for authentication on Single Page Applications.
My example is split up into 2 different projects, API which is WebAPI2 project and MyProj which is a basic MVC that contains primarily only JavaScript/CSS/etc and the startup classes.
namespace API
{