[Archived] AntiForgery token feature for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Перейти к файлу
Nate McMaster 74ffe816a0 Add libunwind to travis.yml
[skip appveyor]
2017-06-26 09:25:11 -07:00
build Branching for rel/2.0.0-preview2 2017-05-31 19:36:00 -07:00
src/Microsoft.AspNetCore.Antiforgery Make SHA256 algorithm creation FIPS compliant. 2017-06-08 10:19:33 -07:00
test/Microsoft.AspNetCore.Antiforgery.Test Add configure delegate for CookieOptions 2017-06-02 14:35:22 -07:00
.gitattributes Build with dotnet 2016-01-15 15:53:26 -08:00
.gitignore Remove net451 as a cross-compile target 2017-03-23 10:32:42 -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
LICENSE.txt Add build-template, license, and readme 2015-06-07 16:34:01 -07:00
NuGet.config Updating versions to preview3 2017-06-01 10:46:25 -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 Return the error code from build.cmd 2016-02-28 10:12:16 -08:00
build.ps1 Updating build scripts to point to 2.0.0-preview2 KoreBuild 2017-05-31 19:53:08 -07:00
build.sh Updating build scripts to point to 2.0.0-preview2 KoreBuild 2017-05-31 19:53:08 -07:00
version.props Updating versions to preview3 2017-06-01 10:46:25 -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.