Manual Anti-Forgery Token Creation and Validation in ASP.NET 5
问题 I am playing around with ASP vnext and AngularJS. I have set up a Web API, am using some controllers and am using angular to do some web-magic. I have followed most of this guide to get my project up and running: http://stephenwalther.com/archive/2015/01/29/asp-net-5-and-angularjs-part-6-security ... which works fine. I have set up my db and such and I have things working. I have the identity framework set up too but I am not using it as of yet. I want to post some data to the WebAPI. Which