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

Add cookie chunker code #653

Merged
merged 7 commits into from
Oct 26, 2023
Merged

Add cookie chunker code #653

merged 7 commits into from
Oct 26, 2023

Conversation

silentworks
Copy link
Contributor

What kind of change does this PR introduce?

Add string chunking for larger JWT to save into multiple cookies

What is the current behavior?

If the JWT is too large, you can't use the auth-helpers.

What is the new behavior?

Larger JWT gets saved into multiple cookies.

Additional context

Add any other context or screenshots.

packages/shared/src/chunker.ts Outdated Show resolved Hide resolved
packages/shared/src/chunker.ts Outdated Show resolved Hide resolved
packages/shared/src/chunker.ts Outdated Show resolved Hide resolved
packages/shared/src/chunker.ts Outdated Show resolved Hide resolved
@silentworks silentworks merged commit 9fa8f2b into main Oct 26, 2023
3 checks passed
@silentworks silentworks deleted the feat/cookie-chunking branch October 26, 2023 10:16
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