Skip to content

Update authentication header from 'Authentication' to 'Authorization'#1578

Open
vehm wants to merge 2 commits intoHoudiniGraphql:houdini-2.0from
vehm:houdini-2.0
Open

Update authentication header from 'Authentication' to 'Authorization'#1578
vehm wants to merge 2 commits intoHoudiniGraphql:houdini-2.0from
vehm:houdini-2.0

Conversation

@vehm
Copy link

@vehm vehm commented Feb 10, 2026

Fixes #1577

The @next generated client was incorrectly using the Authentication header instead of Authorization. This corrects the headers.

To help everyone out, please make sure your PR does the following:

  • Update the first line to point to the ticket that this PR fixes
  • Add a message that clearly describes the fix
  • If applicable, add a test that would fail without this fix
  • Make sure the unit and integration tests pass locally with pnpm run tests and cd integration && pnpm run tests
  • Ensure your code is formatted to conform to standard style with pnpm run format:write (or format:check if you want to preview changes) and linted pnpm run lint
  • Includes a changeset if your fix affects the user with pnpm changeset

@changeset-bot
Copy link

changeset-bot bot commented Feb 10, 2026

🦋 Changeset detected

Latest commit: a2bd2e6

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

This PR includes changesets to release 8 packages
Name Type
houdini Patch
houdini-adapter-auto Patch
houdini-adapter-cloudflare Patch
houdini-adapter-node Patch
houdini-adapter-static Patch
houdini-react Patch
houdini-svelte Patch
houdini-plugin-svelte-global-stores 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

@netlify
Copy link

netlify bot commented Feb 10, 2026

Deploy Preview for houdinigraphql canceled.

Name Link
🔨 Latest commit a2bd2e6
🔍 Latest deploy log https://app.netlify.com/projects/houdinigraphql/deploys/698ce14c86bea400085ca4b1

@netlify
Copy link

netlify bot commented Feb 10, 2026

Deploy Preview for houdini-docs-next canceled.

Name Link
🔨 Latest commit a2bd2e6
🔍 Latest deploy log https://app.netlify.com/projects/houdini-docs-next/deploys/698ce14c46e1d8000807a96e

@SeppahBaws
Copy link
Collaborator

SeppahBaws commented Feb 11, 2026

Thanks for putting this together! Could you also add a patch changeset with pnpm changeset so that it triggers the deploy to npm?

@vehm
Copy link
Author

vehm commented Feb 11, 2026

Thanks for putting this together! Could you also add a patch changeset with pnpm changeset so that it triggers the deploy to npm?

Sure thing

@vehm
Copy link
Author

vehm commented Feb 11, 2026

Hoping that should work! Please let me know if there are any further issues.

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.

2 participants