Go to file
Pranav K c59304a632 Branching for rel/2.0.0-preview2 2017-05-31 19:36:00 -07:00
build Branching for rel/2.0.0-preview2 2017-05-31 19:36:00 -07:00
src/Microsoft.AspNetCore.Antiforgery React to parser StringSegment changes 2017-05-18 21:57:13 -07:00
test/Microsoft.AspNetCore.Antiforgery.Test Update TFM to netstandard2.0 2017-05-18 16:09:19 -07:00
.gitattributes
.gitignore Remove net451 as a cross-compile target 2017-03-23 10:32:42 -07:00
.travis.yml Update Travis to macOS Sierra 2017-03-21 11:15:58 -07:00
Antiforgery.sln
CONTRIBUTING.md
LICENSE.txt
NuGet.config Branching for rel/2.0.0-preview2 2017-05-31 19:36:00 -07:00
NuGetPackageVerifier.json
README.md
appveyor.yml Update appveyor and travis settings 2017-03-14 13:39:30 -07:00
build.cmd
build.ps1
build.sh
version.props Updating package version to preview2 2017-04-26 07:12:30 -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.