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

feat(ssr): Same-origin fetch cookie passthrough #1847

Merged
merged 2 commits into from
Jul 15, 2021
Merged

Conversation

GrygrFlzr
Copy link
Member

@GrygrFlzr GrygrFlzr commented Jul 7, 2021

Closes #1777. Mostly.

Proper subdomain testing would need fudging with the hosts file, which would be unreasonable to include in automated tests.

Tests

  • Run the tests with pnpm test and lint the project with pnpm lint and pnpm check

Changesets

  • If your PR makes a change that should be noted in one or more packages' changelogs, generate a changeset by running pnpx changeset and following the prompts

@changeset-bot
Copy link

changeset-bot bot commented Jul 7, 2021

🦋 Changeset detected

Latest commit: f6ad16d

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

This PR includes changesets to release 1 package
Name Type
@sveltejs/kit Patch

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

@GrygrFlzr GrygrFlzr force-pushed the origin-fetch branch 3 times, most recently from f8435e7 to 8e54a1e Compare July 7, 2021 15:32
@GrygrFlzr GrygrFlzr marked this pull request as ready for review July 7, 2021 16:20
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.

Same-origin server fetch missing credentials for absolute paths
2 participants