Update README.md (#203)
This commit is contained in:
parent
926b3dfe97
commit
8124442320
14
README.md
14
README.md
|
|
@ -1,14 +1,8 @@
|
|||
Antiforgery
|
||||
===========
|
||||
Antiforgery [Archived]
|
||||
======================
|
||||
|
||||
AppVeyor: [](https://ci.appveyor.com/project/aspnetci/Antiforgery/branch/dev)
|
||||
|
||||
Travis: [](https://travis-ci.org/aspnet/Antiforgery)
|
||||
**This GitHub project has been archived.** Ongoing development on this project can be found in <https://github.com/aspnet/AspNetCore>.
|
||||
|
||||
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.
|
||||
This project is part of ASP.NET Core. You can find documentation and getting started instructions for ASP.NET Core at the [AspNetCore](https://github.com/aspnet/AspNetCore) repo.
|
||||
|
|
|
|||
Loading…
Reference in New Issue