Go to file
David Fowler 411da70cb5 Update .travis.yml 2017-03-08 20:16:43 -08:00
build
src/Microsoft.AspNetCore.Antiforgery Fixed typo in IAntiforgery file 2017-03-07 10:31:23 -08:00
test/Microsoft.AspNetCore.Antiforgery.Test
.bowerrc
.gitattributes
.gitignore
.travis.yml Update .travis.yml 2017-03-08 20:16:43 -08:00
Antiforgery.sln
CONTRIBUTING.md
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
appveyor.yml Update Travis and AppVeyor settings 2017-03-01 18:19:36 -08:00
build.cmd
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

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.