[Archived] AntiForgery token feature for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Перейти к файлу
jacalvar 968ea59ce4 Created public API baselines 2016-11-04 10:37:10 -07:00
samples/AntiforgerySample Updating to netcoreapp1.1 2016-10-13 11:11:20 -07:00
src/Microsoft.AspNetCore.Antiforgery Created public API baselines 2016-11-04 10:37:10 -07:00
test [Fixes #105] Disable caching when response uses antiforgery 2016-11-02 16:16:06 -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 Increase .travis.yml consistency between repos 2016-09-04 19:18:49 -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 Updating to dotnet.myget.org 2016-08-12 10:15:32 -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 the build scripts to the latest version 2016-03-07 20:55:02 -08:00
build.sh Update the build scripts to the latest version 2016-03-07 20:55:02 -08:00
global.json Add sample of using Antiforgery outside of MVC 2015-06-10 14:53:44 -07: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.