-
Notifications
You must be signed in to change notification settings - Fork 408
fix(backend): Drop the __clerk_refresh debugging query param
#4213
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
Conversation
…e only the `__clerk_hs_reason` param for all scenarios
🦋 Changeset detectedLatest commit: 067abaf The changes in this PR will be included in the next version bump. This PR includes changesets to release 9 packages
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 |
|
!snapshot |
__clerk_refresh debugging query param __clerk_refresh debugging query param
|
Hey @anagstef - the snapshot version command generated the following package versions:
Tip: Use the snippet copy button below to quickly install the required packages. npm i @clerk/astro@1.3.7-snapshot.vf8c993f --save-exact
npm i @clerk/backend@1.13.3-snapshot.vf8c993f --save-exact
npm i @clerk/chrome-extension@1.3.9-snapshot.vf8c993f --save-exact
npm i @clerk/clerk-js@5.22.4-snapshot.vf8c993f --save-exact
npm i @clerk/elements@0.15.5-snapshot.vf8c993f --save-exact
npm i @clerk/clerk-expo@2.2.15-snapshot.vf8c993f --save-exact
npm i @clerk/express@1.0.0-snapshot.vf8c993f --save-exact
npm i @clerk/fastify@1.0.46-snapshot.vf8c993f --save-exact
npm i @clerk/localizations@3.0.5-snapshot.vf8c993f --save-exact
npm i @clerk/nextjs@5.6.1-snapshot.vf8c993f --save-exact
npm i @clerk/clerk-react@5.9.2-snapshot.vf8c993f --save-exact
npm i @clerk/remix@4.2.30-snapshot.vf8c993f --save-exact
npm i @clerk/clerk-sdk-node@5.0.43-snapshot.vf8c993f --save-exact
npm i @clerk/shared@2.8.2-snapshot.vf8c993f --save-exact
npm i @clerk/tanstack-start@0.4.6-snapshot.vf8c993f --save-exact
npm i @clerk/testing@1.3.4-snapshot.vf8c993f --save-exact
npm i @clerk/themes@2.1.31-snapshot.vf8c993f --save-exact
npm i @clerk/types@4.21.1-snapshot.vf8c993f --save-exact |
Description
This PR is dropping the
__clerk_refreshdebugging query param and uses the__clerk_hs_reasonparam for all the different handshake scenarios.All errors are the following:
Checklist
npm testruns as expected.npm run buildruns as expected.Type of change