From 53db220aa590665c91c7c256b9cf234753f73101 Mon Sep 17 00:00:00 2001 From: Danny Tatom Date: Mon, 19 Aug 2024 10:49:21 -0700 Subject: [PATCH] docs: fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59d2587..6d87bd0 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This crate uses the [Double Submit Cookie Pattern][owasp-double-submit] to mitig ### How it works -- **Secret key**: You provide a **secret key** used to sign CSRF tokens. This token is secured by [secstr][crate-secstr] and only +- **Secret key**: You provide a **secret key** used to sign CSRF tokens. This secret is secured by [secstr][crate-secstr] and only in memory as plaintext during the signing and validating processes. For more information on managing your secret key, see [OWASP's Cryptographic Storage Cheat Sheet][owasp-cryptographic-storage]). - **Token creation**: