From b950d6997d3ed3d47d52d33acb5f833f61761fef Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Wed, 7 Mar 2018 11:31:02 -0800 Subject: [PATCH] add csrf link to readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c8ac4e0a..ee1da2243 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ Actix web is a small, pragmatic, extremely fast, web framework for Rust. [Session](https://actix.github.io/actix-web/guide/qs_10.html#user-sessions), [Redis sessions](https://github.com/actix/actix-redis), [DefaultHeaders](https://actix.github.io/actix-web/guide/qs_10.html#default-headers), - [CORS](https://actix.github.io/actix-web/actix_web/middleware/cors/index.html)) + [CORS](https://actix.github.io/actix-web/actix_web/middleware/cors/index.html), + [CSRF](https://actix.github.io/actix-web/actix_web/middleware/csrf/index.html)) * Built on top of [Actix actor framework](https://github.com/actix/actix). ## Documentation