Skip to content

Commit

Permalink
Correct missing word in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod authored and iaincollins committed Oct 7, 2020
1 parent 773c74a commit 435b630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/docs/configuration/callbacks.md
Expand Up @@ -177,7 +177,7 @@ callbacks: {
```

:::warning
NextAuth.js does not limit how much data you can store in a JSON Web Token, however a ~**4096 byte limit** for all cookies on a domain commonly imposed by browsers.
NextAuth.js does not limit how much data you can store in a JSON Web Token, however a ~**4096 byte limit** for all cookies on a domain is commonly imposed by browsers.

If you need to persist a large amount of data, you will need to persist it elsewhere (e.g. in a database). You can store a key that can be used to look up that data in the `session()` callback.
:::

0 comments on commit 435b630

Please sign in to comment.