User verification email in nextjs

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

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

  • @arafattai9895
    @arafattai9895 Год назад +7

    Just completed this series and absolutely loved it. Excellent work Hitesh, please never stop teaching❤

  • @User-yb3yc
    @User-yb3yc 4 месяца назад +1

    Thanks Sir for Providing this level of Quality Content on RUclips 🙇🙏🙏

  • @vinayprince6267
    @vinayprince6267 Год назад +3

    This next series are really awesome and help full. Thank you for the awesome series @Hitesh

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

    This is the course that I was searching in the web for like weeks. Thanks for your time and knowledge you shared with us.

  • @abdussamad0348
    @abdussamad0348 Год назад

    I feel sad that this series ended. Wish it could get some more episodes.

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

    Wow i thought per day one video , but this speed and quality of content really amazing man.... Bow for your dedication and Hard work

  • @abdussamad0348
    @abdussamad0348 Год назад

    Really helpful, Hitesh sir = Super saiyyan

  • @VinayKumar-xs6el
    @VinayKumar-xs6el 2 месяца назад

    ThankYou So Much Learned So Much

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

    Awesome! thank you!

  • @karanbadhwar4113
    @karanbadhwar4113 Год назад +5

    couldn't understand anything in the video, what is happening? was there any more prerequisites that I am missing out on?
    I do not understand the use case of Token and then hashing random value via bcryptjs why is that?
    i have a lot of questions where can I ask them ?

    • @akashdeepwadhwa5828
      @akashdeepwadhwa5828 4 месяца назад

      PREREQUISTES :react js transcript , and follow hitesh sir next js series ..now for your question about hashing and bcrypts
      imagine you are announcing password as simple text in public versus you annnouncing your password as another language nobody understand except you can understand . bcryptjs uses encryption which is way to hide your persnal or sensitive info in secure way and

  • @motivationalhub594
    @motivationalhub594 Год назад

    Love from uttarakhand haridwar ❤

  • @asmanali4563
    @asmanali4563 Год назад

    Bro May Allah bless you witu lot of knowledge 🙏

  • @rajeevkumar-lx2zj
    @rajeevkumar-lx2zj 4 месяца назад

    implemented the forgot-password functionality.

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

    i just couldn't understand something, when we make a call to API and that API fires the sendMail helper function which verifies the user and then send email to the user to verify? after he has been verified ? someone please explain this to me

  • @conceptresearch2002
    @conceptresearch2002 Год назад +3

    24:31 here line no 17 is not working for me. Anyone can tell me this reason. Because Date.now() method returns the milliseconds value of the current time but in mongodb verifyTokenExpiry is set with Date string then how $gt can compare it?
    So, for me this is not working..now my problem is solved after converting verifyTokenExpiry to milliseconds. But i want to know, how it worked for Hitesh sir....???

  • @icoderdev
    @icoderdev Год назад +5

    Please extend it ❤

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

    Please cover "Refresh Token" topic

  • @atul5033
    @atul5033 Год назад

    Thank you so much sir ( you are working so much hard for us )

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

    i think there is a problem after signup we can login and if we login we can not go to /verifyemail hence email not verified

  • @aakashjyoti8605
    @aakashjyoti8605 Год назад

    thank you so much for the course

  • @kartikrajput2131
    @kartikrajput2131 Год назад

    Thank you for your next series

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

    Please extend it!

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

    Please extend it

  • @muhammadbilalmalik7292
    @muhammadbilalmalik7292 Год назад

    Hitesh Choozy Nice!!

  • @DeepakAashrmiya
    @DeepakAashrmiya Год назад

    sure

  • @kartikrajput2131
    @kartikrajput2131 Год назад

    Oauth bhi add kar do playlist me to sone pe suhaga

  • @RicardoSilva-hk2er
    @RicardoSilva-hk2er Год назад

    Will do testing in nestJS with authentication and session? Struggling with that…

  • @amarjyotipatra2705
    @amarjyotipatra2705 Год назад

    Plz make a more complex nextjs project 🎉

  • @doplerfish
    @doplerfish Год назад

    Great, thank you!

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

    Added the forgot password functionality and toast notf.

    • @wahajrana2161
      @wahajrana2161 Год назад

      Can you please share your repo link of forget password functionality

  • @ayukalvieri3154
    @ayukalvieri3154 Год назад

    I have faced lot of difficulty while trying to do Gmail part of it and not mailtrap. Anyone could please help out here

  • @chitvangarg9684
    @chitvangarg9684 Год назад

    Getting below error :
    ./node_modules/nodemailer/lib/dkim/index.js:10:0
    Module not found: Can't resolve 'fs'
    Please help.

    • @franksiyli
      @franksiyli Год назад

      Hey, node or nodemailer and in this case the mailer.js can't work on client side. The mailer.js works on the server side and thats why you have to fetch the mailer.js in your "use client" component like so:
      const registeredUser = await res.json();
      try {
      const response = await fetch("/api/user/mailer", {
      method: "POST",
      headers: {
      "Content-Type": "application/json",
      },
      body: JSON.stringify({
      email: registeredUser.email,
      emailType: "VERIFY",
      userId: registeredUser._id,
      }),
      });
      after the changes the: Module not found: Can't resolve ... errors will be gone.

  • @malikbhai2285
    @malikbhai2285 Год назад

    Sir AGER AP Urdu YA Hindi Janette HY to Hindi me bi video's bana dete or easy ho JATTAA

  • @icoderdev
    @icoderdev Год назад

  • @clarify-i4t
    @clarify-i4t Год назад

    First view...

  • @palladion_44
    @palladion_44 3 месяца назад

    .

  • @KaranChauhan-fu6dy
    @KaranChauhan-fu6dy Год назад +2

    Please extend it

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

    Please extend it ❤