Skip to content

Commit 9bf867d

Browse files
authored
docs: Update faq.md (#2458)
1 parent 0f460c2 commit 9bf867d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ JSON Web Tokens can be used for session tokens, but are also used for lots of ot
206206

207207
Avoid storing any data in a token that might be problematic if it were to be decrypted in the future.
208208

209-
* 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.
209+
* 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.
210210

211211
If using JSON Web Token you should at least specify a secret and ideally configure public/private keys.
212212

0 commit comments

Comments
 (0)