Skip to content

Commit

Permalink
docs: Fixed Typo (#5025)
Browse files Browse the repository at this point in the history
  • Loading branch information
visoroy committed Jul 26, 2022
1 parent 89829d8 commit 9cdeb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/faq.md
Expand Up @@ -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.


</p>
Expand Down

1 comment on commit 9cdeb2c

@vercel
Copy link

@vercel vercel bot commented on 9cdeb2c Jul 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.