From fd72d1abf1f03a2543f2025666a1f4efa02719f1 Mon Sep 17 00:00:00 2001 From: Andres Morey Date: Mon, 23 Sep 2024 22:04:05 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 616e40c..90d0353 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ We hope you enjoy using this software. Contributions and suggestions are welcome - Runs on both node and edge runtimes - Includes integrations for [Next.js](packages/nextjs), [Sveltekit](packages/sveltekit), [Express](packages/express) and [Node-HTTP](packages/node-http) - Includes a low-level API for custom integrations ([see here](packages/core)) +- Gets token from HTTP request header (`X-CSRF-Token`) or from request body - Handles form-urlencoded, multipart/form-data or json-encoded HTTP request bodies -- Gets token from HTTP request header or from request body - Supports Server Actions via form and non-form submission - Customizable cookie and other options