From 17fe759bb66a9a495ecb6cac3c8f31cff5c57f7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janko=20Marohni=C4=87?= Date: Sun, 17 Nov 2024 14:51:18 +0100 Subject: [PATCH] Reword CSRF note --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bc4b9c..38b2983 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ $ bundle add rodauth-omniauth ``` > [!NOTE] -> The request validation phase will call Rodauth's CSRF protection, so there is no need for gems like `omniauth-rails_csrf_protection`. +> Rodauth's CSRF protection will be used for the request validation phase, so there is no need for gems like `omniauth-rails_csrf_protection`. ## Usage