Go to file
Ryan Nowak 355a2b0a78 Add an IServiceCollection extensions 2015-06-10 12:52:20 -07:00
src/Microsoft.AspNet.Antiforgery Add an IServiceCollection extensions 2015-06-10 12:52:20 -07:00
test/Microsoft.AspNet.Antiforgery.Test Code dump of Antiforgery code 2015-06-10 12:13:30 -07:00
.gitattributes
.gitignore
Antiforgery.sln
CONTRIBUTING.md Create CONTRIBUTING.md 2015-06-10 10:01:46 -07:00
LICENSE.txt
NuGet.Config
README.md
build.cmd
build.sh
global.json
makefile.shade

README.md

Antiforgery

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.