Go to file
Smit Patel bb916af873 Update API Check related files
React to aspnet/BuildTools#238
2017-04-25 08:17:44 -07:00
build Updating versions to 2.0.0-preview1 2017-04-03 21:41:08 -07:00
src/Microsoft.AspNetCore.Antiforgery Update API Check related files 2017-04-25 08:17:44 -07:00
test/Microsoft.AspNetCore.Antiforgery.Test Remove net451 as a cross-compile target 2017-03-23 10:32:42 -07:00
.gitattributes
.gitignore Remove net451 as a cross-compile target 2017-03-23 10:32:42 -07:00
.travis.yml
Antiforgery.sln
CONTRIBUTING.md
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
appveyor.yml
build.cmd
build.ps1
build.sh
version.props Updating versions to 2.0.0-preview1 2017-04-03 21:41:08 -07:00

README.md

Antiforgery

AppVeyor: AppVeyor

Travis: Travis

Antiforgery system for generating secure tokens to prevent Cross-Site Request Forgery attacks.

This project is part of ASP.NET Core. You can find documentation and getting started instructions for ASP.NET Core at the Home repo.

Samples can be found in Entropy. The MVC sample shows how to use Antiforgery in MVC when making AJAX requests. The Angular sample shows how to use Antiforgery with Angular 1.