Skip to content

Commit a725436

Browse files
authored
docs: add note about cookie size
1 parent 52d7e60 commit a725436

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,9 @@ declare module '#auth-utils' {
153153
export {}
154154
```
155155

156+
> [!IMPORTANT]
157+
> Since we encrypt and store session data in cookies, we're constrained by the 4096-byte cookie size limit. Store only essential information.
158+
156159
### OAuth Event Handlers
157160

158161
All handlers can be auto-imported and used in your server routes or API routes.

0 commit comments

Comments
 (0)