
Security News
US Government Forces Anthropic to Pull Claude Fable Days After Launch
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.
@brianmmdev/clerk-webhooks-handler
Advanced tools
A package to streamline the configuration of Clerk webhooks in a Next.js application.
A package to streamline the configuration of Clerk webhooks in a Next.js application.
TODO: complete the readme 🤗
Install the package:
npm install @brianmmdev/clerk-webhooks-handler
Create a route handler at your preferred location with the following code. Modify the events events inside the configuration passed into createWehbooksHandler to handle the various events sent from Clerk.
import { createWebhooksHandler } from "@brianmmdev/clerk-webhooks-handler";
const handler = createWebhooksHandler({
// Add/remove optional handlers to get access to the data.
onUserUpdated: async (payload) => {
// Update a user in the database
console.log("user updated!", payload)
},
onSessionCreated: async (payload) => {
// Create a session in the database
console.log("session created!", payload)
}
})
export const POST = handler.POST
Watch this demo to learn more about how to use the package:
Please also ping me on Twitter with feedback: https://twitter.com/brianmmdev
FAQs
A package to streamline the configuration of Clerk webhooks in a Next.js application.
We found that @brianmmdev/clerk-webhooks-handler demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.