Go to file
Nate McMaster 151e792ecb
Update Travis to macOS Sierra
[skip appveyor]
2017-03-21 11:15:58 -07:00
build Unify dependency version to one file 2017-03-15 11:39:16 -07:00
src/Microsoft.AspNetCore.Antiforgery Unify dependency version to one file 2017-03-15 11:39:16 -07:00
test/Microsoft.AspNetCore.Antiforgery.Test Unify dependency version to one file 2017-03-15 11:39:16 -07:00
.gitattributes
.gitignore
.travis.yml Update Travis to macOS Sierra 2017-03-21 11:15:58 -07:00
Antiforgery.sln
CONTRIBUTING.md
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
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.