I am using token authentication for small project based on this article: http://bitoftech.net/2014/06/09/angularjs-token-authentication-using-asp-net-web-api-2-owin-asp-net-iden
This should do the trick:
app.UseCors(CorsOptions.AllowAll);