Go to file
Ryan Brandenburg cfe0e3012e Remove NETStandard.Library.NETFramework and update Moq (#147) 2017-06-29 10:45:20 -07:00
build Remove NETStandard.Library.NETFramework and update Moq (#147) 2017-06-29 10:45:20 -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 Add libunwind to travis.yml 2017-06-26 09:25:11 -07:00
Antiforgery.sln
CONTRIBUTING.md
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
appveyor.yml
build.cmd
build.ps1
build.sh
version.props

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.