Go to file
Pranav K e2a4591384 Updating KoreBuild branch 2017-07-10 11:57:53 -07:00
build React to aspnet/BuildTools#293 2017-07-06 10:34:27 -07:00
src/Microsoft.AspNetCore.Antiforgery Replace the ConfigureCookieOptions action property with the CookieBuilder 2017-06-30 15:18:40 -07:00
test/Microsoft.AspNetCore.Antiforgery.Test Replace the ConfigureCookieOptions action property with the CookieBuilder 2017-06-30 15:18:40 -07:00
.gitattributes
.gitignore Remove net451 as a cross-compile target 2017-03-23 10:32:42 -07:00
.travis.yml Add libunwind to travis.yml 2017-06-26 09:25:11 -07:00
Antiforgery.sln Cleanup solution file 2017-02-09 13:29:00 -08:00
CONTRIBUTING.md
LICENSE.txt Update LICENSE.txt text 2017-07-03 14:04:15 -07:00
NuGet.config Branching for 2.0.0 rtm 2017-07-10 11:40:23 -07:00
NuGetPackageVerifier.json
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
build.ps1 Updating KoreBuild branch 2017-07-10 11:57:53 -07:00
build.sh Updating KoreBuild branch 2017-07-10 11:57:53 -07:00
version.props Update version suffix for 2.0.0 RTM release 2017-07-06 15:07:50 -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.