[Archived] AntiForgery token feature for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Перейти к файлу
Nate McMaster 06b53886bd Update build tools to 2.0.2-rc1-15526 and dependencies to 2.0.1-rtm-105 2017-10-13 13:10:53 -07:00
build Update build tools to 2.0.2-rc1-15526 and dependencies to 2.0.1-rtm-105 2017-10-13 13:10:53 -07:00
src/Microsoft.AspNetCore.Antiforgery Update how PackageReference versions are set 2017-10-09 11:09:43 -07:00
test/Microsoft.AspNetCore.Antiforgery.Test Update how PackageReference versions are set 2017-10-09 11:09:43 -07:00
.gitattributes Build with dotnet 2016-01-15 15:53:26 -08:00
.gitignore Update build tools to 2.0.2-rc1-15526 and dependencies to 2.0.1-rtm-105 2017-10-13 13:10:53 -07:00
.travis.yml Add libunwind to travis.yml 2017-06-26 09:25:11 -07:00
Antiforgery.sln Cleanup solution file 2017-02-09 13:29:00 -08:00
CONTRIBUTING.md Create CONTRIBUTING.md 2015-06-10 10:01:46 -07:00
Directory.Build.targets Update how PackageReference versions are set 2017-10-09 11:09:43 -07:00
LICENSE.txt Update LICENSE.txt text 2017-07-03 14:04:15 -07:00
NuGet.config Use MSBuild to set NuGet feeds instead of NuGet.config 2017-10-02 14:11:52 -07:00
NuGetPackageVerifier.json Removed packages list in NuGetPackageVerifier.json 2016-12-12 00:43:04 -08:00
README.md Move samples to Entropy (#120) 2017-02-08 09:36:44 -08:00
appveyor.yml Update appveyor and travis settings 2017-03-14 13:39:30 -07:00
build.cmd Bump version to 2.0.1 and update build scripts, tools, and dependencies for 2.0.x 2017-09-20 17:16:53 -07:00
build.ps1 Update build tools to 2.0.2-rc1-15526 and dependencies to 2.0.1-rtm-105 2017-10-13 13:10:53 -07:00
build.sh Update build tools to 2.0.2-rc1-15526 and dependencies to 2.0.1-rtm-105 2017-10-13 13:10:53 -07:00
korebuild-lock.txt Update build tools to 2.0.2-rc1-15526 and dependencies to 2.0.1-rtm-105 2017-10-13 13:10:53 -07:00
korebuild.json Bump version to 2.0.1 and update build scripts, tools, and dependencies for 2.0.x 2017-09-20 17:16:53 -07:00
version.props Bump version to 2.0.1 and update build scripts, tools, and dependencies for 2.0.x 2017-09-20 17:16:53 -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 documentation and getting started instructions for ASP.NET Core at the Home repo.

Samples can be found in Entropy. The MVC sample shows how to use Antiforgery in MVC when making AJAX requests. The Angular sample shows how to use Antiforgery with Angular 1.