Go to file
Pranav K e0ec2da711 Replacing NotNull with thrown exceptions 2015-09-11 17:07:52 -07:00
samples/AntiforgerySample
src/Microsoft.AspNet.Antiforgery Replacing NotNull with thrown exceptions 2015-09-11 17:07:52 -07:00
test/Microsoft.AspNet.Antiforgery.Test Replacing NotNull with thrown exceptions 2015-09-11 17:07:52 -07:00
.gitattributes
.gitignore
.travis.yml Setup ci stuff 2015-09-04 01:33:47 -07:00
Antiforgery.sln
CONTRIBUTING.md
LICENSE.txt
NuGet.Config
README.md
appveyor.yml Setup ci stuff 2015-09-04 01:33:47 -07:00
build.cmd
build.sh Setup ci stuff 2015-09-04 01:33:47 -07:00
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.