Go to file
N. Taylor Mullen bdf115a5ff Make SHA256 algorithm creation FIPS compliant.
#144
2017-06-08 10:19:33 -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
.gitignore
.travis.yml
Antiforgery.sln
CONTRIBUTING.md
LICENSE.txt
NuGet.config Updating versions to preview3 2017-06-01 10:46:25 -07:00
NuGetPackageVerifier.json
README.md
appveyor.yml
build.cmd
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.