Go to file
Pranav K 9edeb74ce1 Target netcoreapp2.1 in tests and samples 2017-11-10 16:51:46 -08:00
build Upgrade build tools to 2.1.0-preview1-15549 and aspnetcore to 2.1.0-preview1-27475 2017-10-31 14:23:13 -07:00
src/Microsoft.AspNetCore.Antiforgery
test Target netcoreapp2.1 in tests and samples 2017-11-10 16:51:46 -08:00
.appveyor.yml
.gitattributes
.gitignore
.travis.yml
Antiforgery.sln
CONTRIBUTING.md
Directory.Build.props Target netcoreapp2.1 in tests and samples 2017-11-10 16:51:46 -08:00
Directory.Build.targets
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
build.cmd
build.sh
korebuild-lock.txt Target netcoreapp2.1 in tests and samples 2017-11-10 16:51:46 -08:00
korebuild.json
run.cmd
run.ps1
run.sh
version.props Upgrade build tools to 2.1.0-preview1-15549 and aspnetcore to 2.1.0-preview1-27475 2017-10-31 14:23:13 -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.