Go to file
Nate McMaster ab2730ea4f Use Directory.Build.targets/props 2017-08-28 10:37:05 -07:00
build Use Directory.Build.targets/props 2017-08-28 10:37:05 -07:00
src/Microsoft.AspNetCore.Antiforgery Use Directory.Build.targets/props 2017-08-28 10:37:05 -07:00
test/Microsoft.AspNetCore.Antiforgery.Test Use Directory.Build.targets/props 2017-08-28 10:37:05 -07:00
.gitattributes
.gitignore
.travis.yml
Antiforgery.sln
CONTRIBUTING.md
Directory.Build.props Use Directory.Build.targets/props 2017-08-28 10:37:05 -07:00
Directory.Build.targets Use Directory.Build.targets/props 2017-08-28 10:37:05 -07:00
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
appveyor.yml
build.cmd
build.ps1
build.sh
version.xml

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.