Hey guys, In this video, we'll look at how to sync your Clerk authenticated users with your own database.
First video:
• Simple React Authentication with Clerk
Article Link:
https://dev.to/devlawrence/sync-clerk...
Starting Code:
https://github.com/dev-lawrence/clerk...
Final Code:
https://github.com/dev-lawrence/clerk...
Clerk | Sync data to your backend:
https://clerk.com/docs/users/sync-data
---
Website: http://devlawrence.netlify.app/
Blog: https://dev.to/devlawrence
Github: https://github.com/dev-lawrence
Timestamps:
0:00 - Intro
1:04 - Basic concepts
2:10 - What are webhooks
2:44 - Add webhook endpoint
7:12 - Installing dev dependencies
9:10 - Initialize express app
11:30 - Creating backend endpoint
16:58 - Testing the endpoint
18:40 - Sync users to MongoDB
#vite #reactjs #frontend #webdevelopment #javascript #typescript #authentication #clerk #howto