Go to file
Doug Bunting 78face48d0 Ignore `launchSettings.json` files 2015-11-24 15:31:27 -08:00
samples/AntiforgerySample
src/Microsoft.AspNet.Antiforgery * Return old cookie token 2015-11-12 11:52:39 -08:00
test/Microsoft.AspNet.Antiforgery.Test Updating tests to use moq.netcore 2015-11-23 11:39:40 -08:00
tools
.gitattributes
.gitignore Ignore `launchSettings.json` files 2015-11-24 15:31:27 -08:00
.travis.yml Move Travis to supported Linux distribution 2015-11-17 12:26:08 -08:00
Antiforgery.sln
CONTRIBUTING.md
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
appveyor.yml
build.cmd
build.sh
global.json
makefile.shade

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 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the Home repo.