Go to file
Nate McMaster aeab73f9f6 Upgrade to VS 2017 2017-01-30 14:21:37 -08:00
build Upgrade to VS 2017 2017-01-30 14:21:37 -08:00
samples/AntiforgerySample Upgrade to VS 2017 2017-01-30 14:21:37 -08:00
src/Microsoft.AspNetCore.Antiforgery Upgrade to VS 2017 2017-01-30 14:21:37 -08:00
test Upgrade to VS 2017 2017-01-30 14:21:37 -08:00
.bowerrc
.gitattributes
.gitignore
.travis.yml Update .travis.yml osx image to xcode7.3. 2016-12-08 10:04:20 -08:00
Antiforgery.sln Upgrade to VS 2017 2017-01-30 14:21:37 -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 Fix package metadata 2016-03-06 21:07:21 -08:00
appveyor.yml Upgrade to VS 2017 2017-01-30 14:21:37 -08:00
build.cmd
build.ps1 Upgrade to VS 2017 2017-01-30 14:21:37 -08:00
build.sh Upgrade to VS 2017 2017-01-30 14:21:37 -08:00
makefile.shade
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 samples, documentation and getting started instructions for ASP.NET Core at the Home repo.