Go to file
Pranav K c3d312b0b0 Remove net451 as a cross-compile target 2017-03-23 10:32:42 -07:00
build Converted test project to run on netcoreapp2.0 2017-03-22 15:42:53 -07:00
src/Microsoft.AspNetCore.Antiforgery Remove net451 as a cross-compile target 2017-03-23 10:32:42 -07:00
test/Microsoft.AspNetCore.Antiforgery.Test Remove net451 as a cross-compile target 2017-03-23 10:32:42 -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 Cleanup solution file 2017-02-09 13:29:00 -08:00
CONTRIBUTING.md
LICENSE.txt
NuGet.config Upgrade to VS 2017 2017-01-30 14:21:37 -08:00
NuGetPackageVerifier.json Removed packages list in NuGetPackageVerifier.json 2016-12-12 00:43:04 -08:00
README.md Move samples to Entropy (#120) 2017-02-08 09:36:44 -08:00
appveyor.yml Update appveyor and travis settings 2017-03-14 13:39:30 -07:00
build.cmd Return the error code from build.cmd 2016-02-28 10:12:16 -08:00
build.ps1 Change korebuild branch and fix argument forwarding in bootstrapper 2017-03-01 18:14:13 -08:00
build.sh Change korebuild branch and fix argument forwarding in bootstrapper 2017-03-01 18:14:13 -08:00
version.props Upgrade to VS 2017 2017-01-30 14:21:37 -08: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.