Go to file
Kiran Challa 12e9430d89 Sets the default cookie secure policy to None 2017-08-30 10:25:14 -07:00
build Use PackageLineup to manage PackageReference versions (#162) 2017-08-28 14:19:18 -07:00
src/Microsoft.AspNetCore.Antiforgery Sets the default cookie secure policy to None 2017-08-30 10:25:14 -07:00
test/Microsoft.AspNetCore.Antiforgery.Test Sets the default cookie secure policy to None 2017-08-30 10:25:14 -07:00
.appveyor.yml Use PackageLineup to manage PackageReference versions (#162) 2017-08-28 14:19:18 -07:00
.gitattributes
.gitignore Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:30:26 -07:00
.travis.yml Add libunwind to travis.yml 2017-06-26 09:25:11 -07:00
Antiforgery.sln Cleanup solution file 2017-02-09 13:29:00 -08:00
CONTRIBUTING.md
Directory.Build.props Use PackageLineup to manage PackageReference versions (#162) 2017-08-28 14:19:18 -07:00
Directory.Build.targets Use PackageLineup to manage PackageReference versions (#162) 2017-08-28 14:19:18 -07:00
LICENSE.txt Update LICENSE.txt text 2017-07-03 14:04:15 -07:00
NuGet.config Use PackageLineup to manage PackageReference versions (#162) 2017-08-28 14:19:18 -07:00
NuGetPackageVerifier.json
README.md Move samples to Entropy (#120) 2017-02-08 09:36:44 -08:00
build.cmd Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:30:26 -07:00
build.ps1 Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:30:26 -07:00
build.sh Ensure fallback to curl after failed wget 2017-08-02 14:30:21 -07:00
version.xml Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:30:26 -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.