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
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
NuGetPackageVerifier.json
README.md Move samples to Entropy (#120) 2017-02-08 09:36:44 -08:00
appveyor.yml
build.cmd
build.ps1
build.sh
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.