Skip to content

Commit

Permalink
Small typo (nextauthjs#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
baked-dev authored Jan 20, 2022
1 parent 7c7c6b8 commit 9a2a9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ JSON Web Tokens can be used for session tokens, but are also used for lots of ot

By default tokens are not signed (JWS) but are encrypted (JWE). Since v4 we have implemented cookie chunking so that cookies over the 4kb limit get split and reassembled upon parsing.

You can specify other valid algorithms - [as specified in RFC 7518](https://tools.ietf.org/html/rfc7517) - with either a secret (for symmetric encryption) or a public/private key pair (for a symmetric encryption).
You can specify other valid algorithms - [as specified in RFC 7518](https://tools.ietf.org/html/rfc7517) - with either a secret (for symmetric encryption) or a public/private key pair (for asymmetric encryption).

NextAuth.js will generate keys for you, but this will generate a warning at start up.

Expand Down

0 comments on commit 9a2a9dc

Please sign in to comment.