15 lines
955 B
Markdown
15 lines
955 B
Markdown
Antiforgery
|
|
===========
|
|
|
|
AppVeyor: [](https://ci.appveyor.com/project/aspnetci/Antiforgery/branch/dev)
|
|
|
|
Travis: [](https://travis-ci.org/aspnet/Antiforgery)
|
|
|
|
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](https://github.com/aspnet/home) repo.
|
|
|
|
Samples can be found in [Entropy](https://github.com/aspnet/Entropy).
|
|
The [MVC](https://github.com/aspnet/Entropy/tree/dev/samples/Antiforgery.MvcWithAuthAndAjax) sample shows how to use Antiforgery in MVC when making AJAX requests.
|
|
The [Angular](https://github.com/aspnet/Entropy/tree/dev/samples/Antiforgery.Angular1) sample shows how to use Antiforgery with Angular 1.
|