How To Update Our Users Data In Clerk Using NodeJS

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ม.ค. 2025

ความคิดเห็น • 6

  • @drlovephukn
    @drlovephukn 25 วันที่ผ่านมา

    Very helpful for me, because I stuck in when I use express sdk with clerk, but with your videos I done my work perfectly 🎉🎉.. can You make video in session management with clerk using clerk middleware

    • @ShirazDev
      @ShirazDev  25 วันที่ผ่านมา

      Glad it helped! I will make a video on session management as well

  • @SeoDurham
    @SeoDurham 16 วันที่ผ่านมา +1

    Awesome, could you please make a video of how to update public metadata using the clerk express sdk? I’m trying to implement roles for users as soon as they sign up. I saw clerk docs recommend custom auth, not webhooks, but can’t figure it out

    • @ShirazDev
      @ShirazDev  16 วันที่ผ่านมา

      @@SeoDurham this video should have what you are looking for:
      th-cam.com/video/mA4h6InvnJU/w-d-xo.html

    • @SeoDurham
      @SeoDurham 16 วันที่ผ่านมา +1

      Thanks! I might be mistaken, but that video shows how public metadata can be updated. However, it doesn’t update public metadata automatically when a user signs up.

    • @ShirazDev
      @ShirazDev  16 วันที่ผ่านมา

      @@SeoDurham try this, using the [createUser()] method in it there is a option of publicMetadata
      I forgot to add it in this video but this should give you an idea of how to use the createUser() method
      Video: th-cam.com/video/2Q6aY9J_6UY/w-d-xo.html