aspnetcore/test/WebSites/AntiForgeryWebSite
..
Controllers
Models
Views
wwwroot
AntiForgeryWebSite.xproj
Startup.cs
project.json
readme.md

readme.md

AntiForgeryWebSite

This web site illustrates how to use anti forgery system to prevent CSRF attacks. The web site has an AccountsController which uses an anti forgery token to validate incoming form posts.