Skip to content

Clerk Webhooks

Guru Updesh Singh edited this page Jan 17, 2024 · 1 revision

All the information you need is located in this Clerk blog post.

For local testing, here is what's relevant:

Run the application on port 3000 and make sure you have localtunnel installed.

npm install -g localtunnel

Then run

lt --port 3000 --subdomain common-hotels-wonder

This page should open in the browser with your app, and it will ask you for a password. The password is your IP address.

Clone this wiki locally