Go to file
Pranav K b25b664bf8 Updating versions to preview3 2017-06-01 10:46:25 -07:00
build Updated to use the latest shared runtime 2017-05-26 12:36:36 -07:00
src/Microsoft.AspNetCore.Antiforgery React to parser StringSegment changes 2017-05-18 21:57:13 -07:00
test/Microsoft.AspNetCore.Antiforgery.Test
.gitattributes
.gitignore
.travis.yml
Antiforgery.sln
CONTRIBUTING.md
LICENSE.txt
NuGet.config Updating versions to preview3 2017-06-01 10:46:25 -07:00
NuGetPackageVerifier.json
README.md
appveyor.yml
build.cmd
build.ps1
build.sh
version.props Updating versions to preview3 2017-06-01 10:46:25 -07: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.