Go to file
Nate McMaster 00fe95253a Delete makefile.shade 2017-02-09 17:29:07 -08:00
build Upgrade to VS 2017 2017-01-30 14:21:37 -08:00
src/Microsoft.AspNetCore.Antiforgery Upgrade to VS 2017 2017-01-30 14:21:37 -08:00
test/Microsoft.AspNetCore.Antiforgery.Test Move samples to Entropy (#120) 2017-02-08 09:36:44 -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.