We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d7e60 commit a725436Copy full SHA for a725436
README.md
@@ -153,6 +153,9 @@ declare module '#auth-utils' {
153
export {}
154
```
155
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
+
159
### OAuth Event Handlers
160
161
All handlers can be auto-imported and used in your server routes or API routes.
0 commit comments