[Archived] AntiForgery token feature for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Перейти к файлу
Nate McMaster 8a16dd0860 Update patch build to latest dependencies 2017-10-16 14:23:43 -07:00
samples/AntiforgerySample Update patch build to latest dependencies 2017-10-16 14:23:43 -07:00
src/Microsoft.AspNetCore.Antiforgery 1.0.7 patch version updates 2017-10-10 23:15:43 -07:00
test Update patch build to latest dependencies 2017-10-16 14:23:43 -07:00
tools Strong name Microsoft.AspNet.Antiforgery. 2015-11-03 12:51:41 -08:00
.bowerrc * Add functional tests for sample 2016-01-06 09:37:15 -08:00
.gitattributes Build with dotnet 2016-01-15 15:53:26 -08:00
.gitignore Build with dotnet 2016-01-15 15:53:26 -08:00
.travis.yml Fix OSX build on Travis. 2016-05-27 11:45:20 -07:00
Antiforgery.sln Rename AspNet 5 file contents. 2016-01-22 12:24:22 -08: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 patch feed 2017-08-18 17:51:30 -07:00
NuGetPackageVerifier.json Enabled xml doc generation 2016-02-17 12:12:44 -08:00
README.md Fix package metadata 2016-03-06 21:07:21 -08:00
appveyor.yml Fix backslashes in yml config. 2016-03-09 17:44:49 -08:00
build.cmd Return the error code from build.cmd 2016-02-28 10:12:16 -08:00
build.ps1 Update build scripts 2017-04-25 19:37:57 -07:00
build.sh Update build scripts 2017-04-25 19:37:57 -07:00
global.json 1.0.4 patch train updates (#121) 2017-02-13 15:17:03 -08:00
makefile.shade Add build-template, license, and readme 2015-06-07 16:34:01 -07:00

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