[Archived] AntiForgery token feature for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Перейти к файлу
Ryan Nowak e789e82d3d Add package description 2015-06-10 12:24:22 -07:00
src/Microsoft.AspNet.Antiforgery Add package description 2015-06-10 12:24:22 -07:00
test/Microsoft.AspNet.Antiforgery.Test Code dump of Antiforgery code 2015-06-10 12:13:30 -07:00
.gitattributes Add build-template, license, and readme 2015-06-07 16:34:01 -07:00
.gitignore Add build-template, license, and readme 2015-06-07 16:34:01 -07:00
Antiforgery.sln Add project structure 2015-06-07 16:57:21 -07:00
CONTRIBUTING.md Create CONTRIBUTING.md 2015-06-10 10:01:46 -07:00
LICENSE.txt Add build-template, license, and readme 2015-06-07 16:34:01 -07:00
NuGet.Config Add build-template, license, and readme 2015-06-07 16:34:01 -07:00
README.md Add build-template, license, and readme 2015-06-07 16:34:01 -07:00
build.cmd Add build-template, license, and readme 2015-06-07 16:34:01 -07:00
build.sh Add build-template, license, and readme 2015-06-07 16:34:01 -07:00
global.json Add project structure 2015-06-07 16:57:21 -07:00
makefile.shade Add build-template, license, and readme 2015-06-07 16:34:01 -07:00

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.