aspnetcore/src/Antiforgery
Ryan Brandenburg 68eafa9d3c Merge remote-tracking branch 'Antiforgery/rybrande/release22ToSrc' into rybrande/Mondo2.2 2018-11-21 16:35:18 -08:00
..
build Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 15:59:55 -08:00
src/Microsoft.AspNetCore.Antiforgery Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 15:59:55 -08:00
test Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 15:59:55 -08:00
.gitignore Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 15:59:55 -08:00
Antiforgery.sln Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 15:59:55 -08:00
Directory.Build.props Merge remote-tracking branch 'Antiforgery/rybrande/release22ToSrc' into rybrande/Mondo2.2 2018-11-21 16:35:18 -08:00
Directory.Build.targets Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 15:59:55 -08:00
NuGetPackageVerifier.json Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 15:59:55 -08:00
README.md Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 15:59:55 -08:00
version.props Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 15:59:55 -08: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.