From 9cdeb2ce7ddf6612eb9a3b81f64f14e454f1b81f Mon Sep 17 00:00:00 2001 From: Visor Web Technologies <80969387+visor-llc@users.noreply.github.com> Date: Tue, 26 Jul 2022 10:39:33 +0200 Subject: [PATCH] docs: Fixed Typo (#5025) --- docs/docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/faq.md b/docs/docs/faq.md index f9b84ee333..23fb73be5a 100644 --- a/docs/docs/faq.md +++ b/docs/docs/faq.md @@ -329,7 +329,7 @@ JSON Web Tokens can be used for session tokens, but are also used for lots of ot Avoid storing any data in a token that might be problematic if it were to be decrypted in the future. -- If you do not explicitly specify a secret for for NextAuth.js, existing sessions will be invalidated any time your NextAuth.js configuration changes, as NextAuth.js will default to an auto-generated secret. Since v4 this only impacts development and generating a secret is required in production. +- If you do not explicitly specify a secret for NextAuth.js, existing sessions will be invalidated any time your NextAuth.js configuration changes, as NextAuth.js will default to an auto-generated secret. Since v4 this only impacts development and generating a secret is required in production.