-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Cookies are generally limited to 4KB per key, currently hono-session when used via cookies are impossible to use when user need to store a large-ish amount of data on it, like user info and multiple tokens from the auth provider's session manager.
A possible solve includes an option like sessionVarKey, which allows setting the session handler on a key different than session, then we can just call the middleware multiple times with different key I think.
Metadata
Metadata
Assignees
Labels
No labels