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

Use Web Crypto API for cookies and sessions #11837

Merged
merged 6 commits into from
Aug 20, 2024

Conversation

markdalgleish
Copy link
Member

@markdalgleish markdalgleish commented Jul 25, 2024

By relying on the Web Crypto API for signing/unsigning cookies, we can now remove the platform-specific implementations of the cookie and session APIs.

Copy link

changeset-bot bot commented Jul 25, 2024

🦋 Changeset detected

Latest commit: eecab7d

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 8 packages
Name Type
@react-router/architect Major
@react-router/cloudflare Major
@react-router/node Major
react-router Major
@react-router/dev Major
@react-router/express Major
@react-router/serve Major
react-router-dom Major

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@markdalgleish markdalgleish marked this pull request as ready for review July 29, 2024 03:49
@markdalgleish markdalgleish merged commit a5f191b into dev Aug 20, 2024
8 checks passed
@markdalgleish markdalgleish deleted the markdalgleish/require-web-crypto branch August 20, 2024 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants