Next.js Credentials Auth Made Easy with Better Auth

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ธ.ค. 2024

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

  • @ItsKumaHD
    @ItsKumaHD หลายเดือนก่อน

    This was huge for me transferring from auth. thank you great stuff.

  • @viejostream
    @viejostream หลายเดือนก่อน +1

    been searching this. thanks cand. and im surprised that youre indonesian too... GOODLUCK ON THE CHANNEL

    • @CandDev
      @CandDev  หลายเดือนก่อน

      thanks bro

  • @Solohd12
    @Solohd12 หลายเดือนก่อน +8

    Thanks beka 🇪🇹

    • @CandDev
      @CandDev  หลายเดือนก่อน

      You're welcome, Beka! 🇪🇹

  • @prashlovessamosa
    @prashlovessamosa หลายเดือนก่อน

    Thanks man always on time please cover it deeply for ex email verification it would be too helpful.

    • @CandDev
      @CandDev  หลายเดือนก่อน +1

      I hope to cover that in the next video

    • @prashlovessamosa
      @prashlovessamosa หลายเดือนก่อน

      @CandDev great 👍

  • @Gaammee_Media
    @Gaammee_Media หลายเดือนก่อน +2

    Better Auth is Better as its name

    • @CandDev
      @CandDev  หลายเดือนก่อน

      yes, it's making auth easier

  • @kevin-dv1vd
    @kevin-dv1vd หลายเดือนก่อน

    even thou i used mysql, it still the same, works fine, thanks man,

  • @razorjhon2622
    @razorjhon2622 หลายเดือนก่อน +1

    how can we protect our routes on the backend that only admins can use these api routes ?

  • @ItsKumaHD
    @ItsKumaHD 28 วันที่ผ่านมา +1

    For some reason,
    when fetching the session
    const session = await auth.api.getSession({
    headers: await headers(), // Pass headers directly for server-side calls
    }); is returning null . any changes/updates?

  • @__nemesis__1571
    @__nemesis__1571 หลายเดือนก่อน

    can you please look into it, the source code doesnt work for some reason

  • @chayanchandrosutrodhar1105
    @chayanchandrosutrodhar1105 หลายเดือนก่อน

    Sir how to grab session or userId in client components??

    • @CandDev
      @CandDev  28 วันที่ผ่านมา +1

      You can get that from authClient.getSession(), or just check the GitHub repo; I've already added a useSession hook.

  • @muhammadkabeer3924
    @muhammadkabeer3924 หลายเดือนก่อน

    can you please help me out with two-factor-authentication or maybe make a video about it?

    • @CandDev
      @CandDev  29 วันที่ผ่านมา

      better-auth doesn’t have a built-in 2FA feature yet, hopefully coming soon

    • @muhammadkabeer3924
      @muhammadkabeer3924 28 วันที่ผ่านมา

      @@CandDev It has a 2FA feature, I tried OTP it worked fine for me, but I couldn't implement TOTP. I think you should check it out and make a video about it, implementing both OTP and TOTP. It would be very helpful for us

  • @__nemesis__1571
    @__nemesis__1571 หลายเดือนก่อน

    talking about fonts, where tf are your nerd font icons 😭😭

  • @codernerd7076
    @codernerd7076 หลายเดือนก่อน

    Too bad there is no 2fa or Google login

    • @anubisai
      @anubisai หลายเดือนก่อน

      There are plenty of other easy options for that. When you depend on Google you sign away control over your users. As in Google can pull the plug on you any given day.

    • @codernerd7076
      @codernerd7076 หลายเดือนก่อน

      @anubisai it's OAuth the user will be saved to our database they can always request a password reset not signing away any control?!

    • @zivtamary
      @zivtamary หลายเดือนก่อน +1

      there is

    • @CandDev
      @CandDev  หลายเดือนก่อน +1

      Google login is available, but 2FA isn’t yet. hopefully coming soon

    • @TianYuanEX
      @TianYuanEX หลายเดือนก่อน +3

      Huh what? Not only does it have both google login and 2fa, it also supports google one tap (and million other features)