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

Поділитися
Вставка
  • Опубліковано 1 гру 2024

КОМЕНТАРІ • 24

  • @mayankchandratre191
    @mayankchandratre191 8 днів тому +2

    Helped a lot!

  •  2 місяці тому +1

    Great Tutorial man

  • @foxilyze
    @foxilyze 3 місяці тому +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

  • @diwanshuji947
    @diwanshuji947 7 місяців тому +1

    Great video

  • @AleksandrNeo
    @AleksandrNeo 7 місяців тому +1

    Thanks a lot !

  • @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?

  • @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  Місяць тому

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

    • @misterbean6674
      @misterbean6674 Місяць тому

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

  • @alham4u
    @alham4u 7 місяців тому +1

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

  • @mehdijafarzade2381
    @mehdijafarzade2381 7 місяців тому +1

    awesome

  • @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.

  • @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