Go to file
Pranav K 6986ab3a0f Change TFM to netcoreapp2.0 2017-05-05 10:33:07 -07:00
build Update InternalAspNetCoreSdkVersion 2017-05-05 10:05:38 -07:00
src/Microsoft.AspNetCore.Antiforgery Change TFM to netcoreapp2.0 2017-05-05 10:33:07 -07:00
test/Microsoft.AspNetCore.Antiforgery.Test Change TFM to netcoreapp2.0 2017-05-05 10:33:07 -07:00
.gitattributes
.gitignore
.travis.yml
Antiforgery.sln
CONTRIBUTING.md
LICENSE.txt
NuGet.config Branching for 2.0.0-preview1 2017-04-25 22:00:29 -07:00
NuGetPackageVerifier.json
README.md
appveyor.yml
build.cmd
build.ps1 Branching for 2.0.0-preview1 2017-04-25 22:00:29 -07:00
build.sh Branching for 2.0.0-preview1 2017-04-25 22:00:29 -07:00
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.