How To Send A Verification Email using Next-Auth - Step by Step (Detailed)

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

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

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

    Great Tutorial man

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

    thanks, dude. usefull video.

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

    Nice video Brett, quick one… do you mean “PrismA” instead of “Prism”?

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

      Honestly its either at this point lol

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

      Thank you sir, but please, try to increase the font size in the next video

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

    Hello Brett!
    You defined the onSubmit function as useCallback, but why? I think, we only need this if we add this function to the useEffect dependency array. Or am I wrong?
    And one more question. What "from" address I should use instead of "onboarding" on the host? Can I use something like no-reply @ mydomain or does it have to be a specific address?

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

    Plz make a video on next-auth with custom backend , how to use the stored cookie in backend , Plzzz

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

      I have never used a custom backend with Next Auth. So, I would either have to learn how to or I won't be able to.

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

    Great video

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

    Thanks a lot !

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

    hey can you make a video about how to configure middleware in authjs project?

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

    Prisma still doesnt work on edge? Basically which type of code works on edge? and how to understand that via docs?

    • @brettwestwooddeveloper
      @brettwestwooddeveloper  27 วันที่ผ่านมา

      If you separate the configuration files correctly then you can still use Prisma.

    • @misterbean6674
      @misterbean6674 26 วันที่ผ่านมา

      @@brettwestwooddeveloper Separated my files. But i wish to ask that what things run on edge considering prisma and next auth?

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

    awesome

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

    I followed your form building tutorial and then after that you straightaway jumped into this without even providing the starting code. the repo link you've provided is of finished code. please make the intermediatory video