From defa9929b202dfcbd4d9d417ab6f38716eff1165 Mon Sep 17 00:00:00 2001 From: josephecombs Date: Fri, 27 Jul 2018 15:26:17 -0700 Subject: [PATCH] explain new key/value in readme config --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b357d54e..3ccd232c 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,10 @@ const config = { userRegistrationAttributes: { firstName: 'first_name', }, + // Needed to prevent redirects when logged-in users manually enter urls + storage: { + flushGetRequests: false, + }, } const {