Next.js Auth Tutorial with RSCs and Server Actions

Поделиться
HTML-код
  • Опубликовано: 18 янв 2025

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

  • @chantastic
    @chantastic 9 месяцев назад +1

    Love these quick start tutorials @SamSelikoff. You're great at keeping things clear and achievable.

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

      Thank you brother!

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

    Really like Sam's way of teaching and explaining things... Good job WorkOS

  • @johnedet2987
    @johnedet2987 8 месяцев назад +1

    looks more sleek and better than clerk.. maybe I could use it on my next project

  • @cb73
    @cb73 9 месяцев назад +4

    I don’t like the idea of collocating auth checks on the pages themselves. It would be very easy to forget to protect a page. It happens all the time to the best of us. Particularly at the API level where it’s harder to detect that you accidentally made it public. I would lock everything down with middleware and then only white list the pages you want to be public.

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

      Right!

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

      Yes

    • @paul_asjes
      @paul_asjes 8 месяцев назад +1

      We've heard you and we're adding this as an option to authkit-nextjs!

  • @ppp3812
    @ppp3812 6 месяцев назад

    I just signed up on WorkOS and it couldn't even send me the basic "Verify your email" in three trials (I clicked "resend" three times)...

    • @WorkOS
      @WorkOS  5 месяцев назад

      i'd recommend reaching out to support@workos.com. they would be able to say precisely where emails are getting hung up. i've shared this comment with them and they're eager to help.

  • @AleRovella
    @AleRovella 7 месяцев назад

    great product... what about localization? thanks!

    • @WorkOS
      @WorkOS  6 месяцев назад +1

      having a meeting about this right now :)

    • @AleRovella
      @AleRovella 6 месяцев назад

      @@WorkOS excelent news!

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

      @@WorkOS Any update regarding this? I've mailed you guys about it recently...

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

    I love this quick tutorial 🙂 +1 sub

  • @kasper369
    @kasper369 8 месяцев назад +1

    Is this like NextAuth? What's the difference

    • @WorkOS
      @WorkOS  6 месяцев назад

      AuthKit is a fully hosted service. That said, the underlying system (WorkOS User Management) can be integrated with NextAuth. workos.com/docs/user-management/authkit

  • @AjaySingh-jz8qx
    @AjaySingh-jz8qx 8 месяцев назад

    Guys I tried it and its literally 100x better than clerk

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

      explain

    • @AjaySingh-jz8qx
      @AjaySingh-jz8qx 8 месяцев назад

      @@fagnersales532
      1) Fully Customizable theme
      2) No more clock skew error bullshit in development like clerk
      3) easy to integrate db alongside auth flow

  • @wata1991
    @wata1991 8 месяцев назад +1

    rip microsoft