Go to file
Pranav K e2a4591384 Updating KoreBuild branch 2017-07-10 11:57:53 -07:00
build
src/Microsoft.AspNetCore.Antiforgery
test/Microsoft.AspNetCore.Antiforgery.Test
.gitattributes
.gitignore
.travis.yml
Antiforgery.sln
CONTRIBUTING.md
LICENSE.txt
NuGet.config Branching for 2.0.0 rtm 2017-07-10 11:40:23 -07:00
NuGetPackageVerifier.json
README.md
appveyor.yml
build.cmd
build.ps1 Updating KoreBuild branch 2017-07-10 11:57:53 -07:00
build.sh Updating KoreBuild branch 2017-07-10 11:57:53 -07:00
version.props Update version suffix for 2.0.0 RTM release 2017-07-06 15:07:50 -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.