fix(clerk-js): Remove beforeunload event listener from SafeLock#7817
fix(clerk-js): Remove beforeunload event listener from SafeLock#7817wobsoriano wants to merge 3 commits intorelease/core-2from
Conversation
Update the Next.js keyless integration test to verify that claim URLs include the framework=nextjs query parameter. This aligns with backend changes that add framework query params to claim URLs for dashboard analytics and proper routing. Changes: - Check for 'framework=nextjs' in sign_in_force_redirect_url - Check for 'framework=nextjs' in sign_up_force_redirect_url (both regular and prepare-account cases) - Use .includes() instead of .startsWith() for more flexible URL validation - Properly handle URL-encoded framework parameter in prepare-account flow Test coverage: ✅ Sign-in redirect URL contains framework=nextjs ✅ Sign-up redirect URL contains framework=nextjs (regular case) ✅ Sign-up redirect URL contains framework=nextjs (prepare-account case) ✅ All other claim URL parameters (token, dashboard URL) still validated
Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Nikos Douvlis <nikosdouvlis@gmail.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
🦋 Changeset detectedLatest commit: 49ecb19 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 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 |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
bf07c68 to
194d93f
Compare
Description
Core 2 version of #7775
Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change