Go to file
Doug Bunting 42d6166b61 Explicitly choose Mono 4.0.5
- avoids future problems related to aspnet/External#48
  - e.g. when Travis updates default Mono version in `csharp` bundle
2015-11-17 10:49:09 -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 Reacting to DependencyInjection changes 2015-11-13 10:33:23 -08:00
tools Strong name Microsoft.AspNet.Antiforgery. 2015-11-03 12:51:41 -08:00
.gitattributes
.gitignore
.travis.yml Explicitly choose Mono 4.0.5 2015-11-17 10:49:09 -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.