Go to file
Nate McMaster 68889167bd Rename version.xml => version.props 2017-09-01 17:16:20 -07:00
build
src/Microsoft.AspNetCore.Antiforgery Sets the default cookie secure policy to None 2017-08-30 10:25:14 -07:00
test/Microsoft.AspNetCore.Antiforgery.Test Sets the default cookie secure policy to None 2017-08-30 10:25:14 -07:00
.appveyor.yml
.gitattributes
.gitignore
.travis.yml
Antiforgery.sln
CONTRIBUTING.md
Directory.Build.props Rename version.xml => version.props 2017-09-01 17:16:20 -07:00
Directory.Build.targets
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
build.cmd
build.ps1
build.sh
version.props Rename version.xml => version.props 2017-09-01 17:16:20 -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.