Go to file
Ryan Brandenburg 7f111956fd Update bootstrappers 2017-10-09 12:40:11 -07:00
build
src/Microsoft.AspNetCore.Antiforgery
test/Microsoft.AspNetCore.Antiforgery.Test
.appveyor.yml Update bootstrappers 2017-10-09 12:40:11 -07:00
.gitattributes
.gitignore
.travis.yml
Antiforgery.sln
CONTRIBUTING.md
Directory.Build.props
Directory.Build.targets
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
build.cmd Update bootstrappers 2017-10-09 12:40:11 -07:00
build.sh Update bootstrappers 2017-10-09 12:40:11 -07:00
run.cmd Update bootstrappers 2017-10-09 12:40:11 -07:00
run.ps1 Update bootstrappers 2017-10-09 12:40:11 -07:00
run.sh Update bootstrappers 2017-10-09 12:40:11 -07:00
version.props

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.