is Clerk Authentication good?

Поделиться
HTML-код
  • Опубликовано: 7 сен 2024
  • Check out the Content Marketing Blueprint to learn how to market your SaaS product on social media: thecontentmark...
    Get access to high quality coding projects tutorials: www.sweproject...
    Check out all my favorite gear and helpful resources/links: beacons.ai/you...
    Follow me on TikTok: / youravergetechbro
    Follow me on Instagram: / youraveragetechbro

Комментарии • 15

  • @jacobwwarner
    @jacobwwarner Месяц назад +1

    Clerks pricing can get up to like $15000+ per year quick if you get a lot of low value B2C user signing up. B2B apps will likely fare better as your user will be higher value, willing to pay for the SaaS/tool, more predictable.

  • @MyCodingDiary
    @MyCodingDiary Год назад +1

    Your explanations are so clear and easy to understand. Thank you for making this video!🤝

  • @CrashK1ng
    @CrashK1ng 3 месяца назад +1

    It's not worth it if you're planning on using a Freemium model. Too expensive

  • @artu-hnrq
    @artu-hnrq Год назад

    I didn't know that, I'll check it out

  • @rommyarb
    @rommyarb Год назад +1

    Also downside: Clerk keeps your user data

    • @Maluda_Tech
      @Maluda_Tech 8 месяцев назад

      But you can keep track of it with your database 😊

  • @Skull_candy
    @Skull_candy Год назад +1

    What's the pricing of clerk?

  • @user-rf4vc7mt4d
    @user-rf4vc7mt4d Год назад +1

    Can I use it in Flask?

  • @zulfikarahmad3684
    @zulfikarahmad3684 9 месяцев назад

    We can't disable signup feature for free version right? i need auth aervices for internal only

  • @Daniel-zl7wf
    @Daniel-zl7wf Год назад

    what is the upside using this over the existing Auth providers?

  • @emenikedaniel
    @emenikedaniel Год назад +2

    How do you escape vendor lock with using Clerk? Do you have a method for syncing registered user details to your dB using Prisma?

    • @shavongolbourne7987
      @shavongolbourne7987 11 месяцев назад +2

      I tried it. Essentially you get back the user ID and Email. You also have access to the session token. You can use those to identify and migrate/push your databases.

    • @emenikedaniel
      @emenikedaniel 11 месяцев назад +1

      @@shavongolbourne7987 Thank you. I had to use Kinde Auth instead, so I can get more features like MFA and UAM(Authorization Management) for free. Clerk was a bit strict with those features being on certain plans but got them free using Kinde. Thanks a lot for the response.

    • @xdneos
      @xdneos 2 месяца назад

      You can use web hooks to sync clerk with you DB throught events such user created o or updated