Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: add cookie chunking as default to ssr package #669

Merged
merged 4 commits into from
Nov 3, 2023

Conversation

dijonmusters
Copy link
Contributor

What kind of change does this PR introduce?

Fix

What is the current behavior?

Some OAuth signin methods are failing due to size of cookie being too big

What is the new behavior?

Implements cookie chunking to ensure size of each cookie is not too big

@silentworks silentworks merged commit 1c7f7e8 into main Nov 3, 2023
3 checks passed
@silentworks silentworks deleted the feat/cookie-chunking-default-ssr branch November 3, 2023 13:15
@mb21
Copy link

mb21 commented Mar 27, 2024

Am I right in assuming that we need the chunking only because we store so much stuff in the cookies, much of it redundant information? Wouldn't it be enough to store only the access token and refresh token? All the other info can be derived from that server-side?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants