Go to file
Nate McMaster c8053845a4
Downgrade to stable packages
2017-02-14 16:15:45 -08:00
build Downgrade to stable packages 2017-02-14 16:15:45 -08:00
src/Microsoft.AspNetCore.Antiforgery Upgrade to VS 2017 2017-01-30 14:21:37 -08:00
test/Microsoft.AspNetCore.Antiforgery.Test Downgrade to stable packages 2017-02-14 16:15:45 -08:00
.bowerrc
.gitattributes
.gitignore
.travis.yml
Antiforgery.sln Cleanup solution file 2017-02-09 13:29:00 -08:00
CONTRIBUTING.md
LICENSE.txt
NuGet.config Upgrade to VS 2017 2017-01-30 14:21:37 -08:00
NuGetPackageVerifier.json
README.md Move samples to Entropy (#120) 2017-02-08 09:36:44 -08:00
appveyor.yml Upgrade to VS 2017 2017-01-30 14:21:37 -08:00
build.cmd
build.ps1 Upgrade to VS 2017 2017-01-30 14:21:37 -08:00
build.sh Upgrade to VS 2017 2017-01-30 14:21:37 -08:00
version.props Upgrade to VS 2017 2017-01-30 14:21:37 -08: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.