From e993ccdd30bd4558d448aac972dd0230e637a862 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Thu, 21 Mar 2019 09:37:59 -0400 Subject: [PATCH] Added control description for CSRF --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 13109f1..eec968c 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Use the following coordinates Control | Description ------------------------------- | -------------------------- SecureEncoder/SecureFilter | This pair of controls provides a set of context-based character modifiers that allow application developers to sanitize application data for safe output or processing. +StatelessCSRFTokenManager | This control generates and validates an encrypted CSRF token based on a user's session key and a timeout. This creates a time-constrained synchronizer token tied to a user's session, but doesn't require stateful storage. ## License Please see the License.txt file