Go to file
John Luo 791e4dc38b Update __get_remote_file logic 2017-08-02 12:44:42 -07:00
build Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:30:26 -07:00
src/Microsoft.AspNetCore.Antiforgery Replace the ConfigureCookieOptions action property with the CookieBuilder 2017-06-30 15:18:40 -07:00
test/Microsoft.AspNetCore.Antiforgery.Test Replace the ConfigureCookieOptions action property with the CookieBuilder 2017-06-30 15:18:40 -07:00
.gitattributes
.gitignore Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:30:26 -07:00
.travis.yml
Antiforgery.sln
CONTRIBUTING.md
LICENSE.txt Update LICENSE.txt text 2017-07-03 14:04:15 -07:00
NuGet.config
NuGetPackageVerifier.json
README.md
appveyor.yml Skip first time experience on Appveyor 2017-07-10 15:21:13 -07: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 Update __get_remote_file logic 2017-08-02 12:44:42 -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.