Go to file
Mike Harder f292fa8db5 Set "TreatWarningsAsErrors" before NuGet restore (#150)
* Ensures our build stays clean of NuGet warnings
2017-07-03 16:56:46 -07:00
build Set "TreatWarningsAsErrors" before NuGet restore (#150) 2017-07-03 16:56:46 -07:00
src/Microsoft.AspNetCore.Antiforgery Replace the ConfigureCookieOptions action property with the CookieBuilder 2017-06-30 15:18:40 -07:00
test/Microsoft.AspNetCore.Antiforgery.Test Replace the ConfigureCookieOptions action property with the CookieBuilder 2017-06-30 15:18:40 -07:00
.gitattributes
.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
CONTRIBUTING.md
LICENSE.txt Update LICENSE.txt text 2017-07-03 14:04:15 -07:00
NuGet.config Updating versions to preview3 2017-06-01 10:46:25 -07:00
NuGetPackageVerifier.json
README.md
appveyor.yml
build.cmd
build.ps1
build.sh
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.