fix(backend): Remove peerDep of svix for verifyWebhook()#6059
Conversation
…express,fastify): Refactor `verifyWebhook`
🦋 Changeset detectedLatest commit: 5527165 The changes in this PR will be included in the next version bump. This PR includes changesets to release 11 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 Git ↗︎
|
verifyWebhooksvix forverifyWebhook()
@clerk/agent-toolkit
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/dev-cli
@clerk/elements
@clerk/clerk-expo
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/localizations
@clerk/nextjs
@clerk/nuxt
@clerk/clerk-react
@clerk/react-router
@clerk/remix
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/themes
@clerk/types
@clerk/upgrade
@clerk/vue
commit: |
svix forverifyWebhook()svix forverifyWebhook()
|
!snapshot |
|
Hey @wobsoriano - 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/agent-toolkit@0.1.0-snapshot.v20250604034807 --save-exact
npm i @clerk/astro@2.9.0-snapshot.v20250604034807 --save-exact
npm i @clerk/backend@2.0.0-snapshot.v20250604034807 --save-exact
npm i @clerk/chrome-extension@2.4.11-snapshot.v20250604034807 --save-exact
npm i @clerk/clerk-js@5.68.0-snapshot.v20250604034807 --save-exact
npm i @clerk/elements@0.23.32-snapshot.v20250604034807 --save-exact
npm i @clerk/clerk-expo@2.13.0-snapshot.v20250604034807 --save-exact
npm i @clerk/expo-passkeys@0.3.9-snapshot.v20250604034807 --save-exact
npm i @clerk/express@1.6.0-snapshot.v20250604034807 --save-exact
npm i @clerk/fastify@2.3.0-snapshot.v20250604034807 --save-exact
npm i @clerk/localizations@3.16.4-snapshot.v20250604034807 --save-exact
npm i @clerk/nextjs@6.21.0-snapshot.v20250604034807 --save-exact
npm i @clerk/nuxt@1.7.0-snapshot.v20250604034807 --save-exact
npm i @clerk/clerk-react@5.31.9-snapshot.v20250604034807 --save-exact
npm i @clerk/react-router@1.5.0-snapshot.v20250604034807 --save-exact
npm i @clerk/remix@4.8.0-snapshot.v20250604034807 --save-exact
npm i @clerk/shared@3.9.6-snapshot.v20250604034807 --save-exact
npm i @clerk/tanstack-react-start@0.16.0-snapshot.v20250604034807 --save-exact
npm i @clerk/testing@1.8.0-snapshot.v20250604034807 --save-exact
npm i @clerk/themes@2.2.49-snapshot.v20250604034807 --save-exact
npm i @clerk/types@4.60.0-snapshot.v20250604034807 --save-exact
npm i @clerk/vue@1.8.7-snapshot.v20250604034807 --save-exact |
svix forverifyWebhook()svix forverifyWebhook()
svix forverifyWebhook()svix for verifyWebhook()
Co-authored-by: Lennart <lekoarts@gmail.com>
wobsoriano
left a comment
There was a problem hiding this comment.
Snapshot version works 👍🏼 🚀
Description
The
verifyWebhook()required the installation of thesvixpackage. This refactorsverifyWebhook()to manually verify the incoming Clerk webhook event following Verifying Webhooks ManuallyChecklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change