-
Notifications
You must be signed in to change notification settings - Fork 484
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove /cookie-size-limits page; move info to /session-tokens (#1751)
Co-authored-by: victoria <[email protected]>
- Loading branch information
1 parent
5b19f54
commit 9d14007
Showing
6 changed files
with
21 additions
and
19 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
docs/_partials/cookie-size-callout.mdx → docs/_partials/token-size-callout.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
> [!CAUTION] | ||
> The entire session token has a max size of 4kb. Exceeding this size can have adverse effects, including a possible infinite redirect loop for users who exceed this size in Next.js applications. | ||
> It's recommended to move particularly large claims out of the JWT and fetch these using a separate API call from your backend. | ||
> [Learn more](/docs/backend-requests/resources/cookie-size-limits). | ||
> [Learn more](/docs/backend-requests/resources/session-tokens#size-limitations). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters