Skip to content

Conversation

@tmilewski
Copy link
Member

@tmilewski tmilewski commented Jul 19, 2024

Description

This updates how dev JWT's are handled within the Chrome Extension session syncing.

Fixes ECO-62

Checklist

  • npm test runs as expected.
  • npm run build runs as expected.
  • (If applicable) JSDoc comments have been added or updated for any package exports
  • (If applicable) Documentation has been updated

Type of change

  • 🐛 Bug fix
  • 🌟 New feature
  • 🔨 Breaking change
  • 📖 Refactoring / dependency upgrade / documentation
  • other:

@tmilewski tmilewski self-assigned this Jul 19, 2024
@changeset-bot
Copy link

changeset-bot bot commented Jul 19, 2024

🦋 Changeset detected

Latest commit: a3e1056

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

This PR includes changesets to release 1 package
Name Type
@clerk/chrome-extension 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

@tmilewski
Copy link
Member Author

!snapshot

@tmilewski tmilewski changed the title fix(chrome-extension): Use query strings for dev browser JWT and auth0rization headers for production fix(chrome-extension): Use query strings for dev browser JWT and authorization headers for prod Jul 19, 2024
@clerk-cookie
Copy link
Collaborator

Hey @tmilewski - the snapshot version command generated the following package versions:

Package Version
@clerk/astro 1.0.1-snapshot.v0fc5375
@clerk/backend 1.4.0-snapshot.v0fc5375
@clerk/chrome-extension 1.1.5-snapshot.v0fc5375
@clerk/clerk-js 5.10.0-snapshot.v0fc5375
@clerk/elements 0.10.5-snapshot.v0fc5375
@clerk/clerk-expo 1.2.8-snapshot.v0fc5375
@clerk/express 0.0.18-snapshot.v0fc5375
@clerk/fastify 1.0.20-snapshot.v0fc5375
gatsby-plugin-clerk 5.0.0-beta.45
@clerk/localizations 2.5.0-snapshot.v0fc5375
@clerk/nextjs 5.2.5-snapshot.v0fc5375
@clerk/clerk-react 5.2.9-snapshot.v0fc5375
@clerk/remix 4.2.4-snapshot.v0fc5375
@clerk/clerk-sdk-node 5.0.17-snapshot.v0fc5375
@clerk/shared 2.4.0-snapshot.v0fc5375
@clerk/tanstack-start 0.1.8-snapshot.v0fc5375
@clerk/testing 1.2.0-snapshot.v0fc5375
@clerk/themes 2.1.13-snapshot.v0fc5375
@clerk/types 4.9.0-snapshot.v0fc5375

Tip: Use the snippet copy button below to quickly install the required packages.
@clerk/astro

npm i @clerk/[email protected] --save-exact

@clerk/backend

npm i @clerk/[email protected] --save-exact

@clerk/chrome-extension

npm i @clerk/[email protected] --save-exact

@clerk/clerk-js

npm i @clerk/[email protected] --save-exact

@clerk/elements

npm i @clerk/[email protected] --save-exact

@clerk/clerk-expo

npm i @clerk/[email protected] --save-exact

@clerk/express

npm i @clerk/[email protected] --save-exact

@clerk/fastify

npm i @clerk/[email protected] --save-exact

gatsby-plugin-clerk

npm i [email protected] --save-exact

@clerk/localizations

npm i @clerk/[email protected] --save-exact

@clerk/nextjs

npm i @clerk/[email protected] --save-exact

@clerk/clerk-react

npm i @clerk/[email protected] --save-exact

@clerk/remix

npm i @clerk/[email protected] --save-exact

@clerk/clerk-sdk-node

npm i @clerk/[email protected] --save-exact

@clerk/shared

npm i @clerk/[email protected] --save-exact

@clerk/tanstack-start

npm i @clerk/[email protected] --save-exact

@clerk/testing

npm i @clerk/[email protected] --save-exact

@clerk/themes

npm i @clerk/[email protected] --save-exact

@clerk/types

npm i @clerk/[email protected] --save-exact

@tmilewski
Copy link
Member Author

!snapshot

@clerk-cookie
Copy link
Collaborator

Hey @tmilewski - the snapshot version command generated the following package versions:

Package Version
@clerk/astro 1.0.1-snapshot.va3e1056
@clerk/backend 1.4.0-snapshot.va3e1056
@clerk/chrome-extension 1.1.5-snapshot.va3e1056
@clerk/clerk-js 5.10.0-snapshot.va3e1056
@clerk/elements 0.10.5-snapshot.va3e1056
@clerk/clerk-expo 1.2.8-snapshot.va3e1056
@clerk/express 0.0.18-snapshot.va3e1056
@clerk/fastify 1.0.20-snapshot.va3e1056
gatsby-plugin-clerk 5.0.0-beta.45
@clerk/localizations 2.5.0-snapshot.va3e1056
@clerk/nextjs 5.2.5-snapshot.va3e1056
@clerk/clerk-react 5.2.9-snapshot.va3e1056
@clerk/remix 4.2.4-snapshot.va3e1056
@clerk/clerk-sdk-node 5.0.17-snapshot.va3e1056
@clerk/shared 2.4.0-snapshot.va3e1056
@clerk/tanstack-start 0.1.8-snapshot.va3e1056
@clerk/testing 1.2.0-snapshot.va3e1056
@clerk/themes 2.1.13-snapshot.va3e1056
@clerk/types 4.9.0-snapshot.va3e1056

Tip: Use the snippet copy button below to quickly install the required packages.
@clerk/astro

npm i @clerk/[email protected] --save-exact

@clerk/backend

npm i @clerk/[email protected] --save-exact

@clerk/chrome-extension

npm i @clerk/[email protected] --save-exact

@clerk/clerk-js

npm i @clerk/[email protected] --save-exact

@clerk/elements

npm i @clerk/[email protected] --save-exact

@clerk/clerk-expo

npm i @clerk/[email protected] --save-exact

@clerk/express

npm i @clerk/[email protected] --save-exact

@clerk/fastify

npm i @clerk/[email protected] --save-exact

gatsby-plugin-clerk

npm i [email protected] --save-exact

@clerk/localizations

npm i @clerk/[email protected] --save-exact

@clerk/nextjs

npm i @clerk/[email protected] --save-exact

@clerk/clerk-react

npm i @clerk/[email protected] --save-exact

@clerk/remix

npm i @clerk/[email protected] --save-exact

@clerk/clerk-sdk-node

npm i @clerk/[email protected] --save-exact

@clerk/shared

npm i @clerk/[email protected] --save-exact

@clerk/tanstack-start

npm i @clerk/[email protected] --save-exact

@clerk/testing

npm i @clerk/[email protected] --save-exact

@clerk/themes

npm i @clerk/[email protected] --save-exact

@clerk/types

npm i @clerk/[email protected] --save-exact

@tmilewski tmilewski marked this pull request as ready for review July 19, 2024 21:26
@tmilewski tmilewski requested a review from royanger July 19, 2024 21:27
Copy link
Member

@royanger royanger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested this snapshot and it resolved the issues I was reproducing.

@tmilewski tmilewski merged commit b977ea5 into main Jul 22, 2024
@tmilewski tmilewski deleted the tm.fix/chrome-extension-jwt branch July 22, 2024 13:24
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.

4 participants