User verification email in nextjs

Поділитися
Вставка
  • Опубліковано 29 лис 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 UA-cam 🙇🙏🙏

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

  • @vinayprince6267
    @vinayprince6267 Рік тому +3

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

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

  • @abdussamad0348
    @abdussamad0348 Рік тому

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

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

      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

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

  • @VinayKumar-xs6el
    @VinayKumar-xs6el 2 місяці тому

    ThankYou So Much Learned So Much

  • @rajeevkumar-lx2zj
    @rajeevkumar-lx2zj 4 місяці тому

    implemented the forgot-password functionality.

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

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

  • @motivationalhub594
    @motivationalhub594 Рік тому

    Love from uttarakhand haridwar ❤

  • @asmanali4563
    @asmanali4563 Рік тому

    Bro May Allah bless you witu lot of knowledge 🙏

  • @atul5033
    @atul5033 Рік тому

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

  • @diggdiganta
    @diggdiganta Рік тому +1

    Please cover "Refresh Token" topic

  • @rovu7260
    @rovu7260 6 місяців тому +1

    Awesome! thank you!

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

  • @kartikrajput2131
    @kartikrajput2131 Рік тому

    Thank you for your next series

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

  • @RicardoSilva-hk2er
    @RicardoSilva-hk2er Рік тому

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

  • @aakashjyoti8605
    @aakashjyoti8605 Рік тому

    thank you so much for the course

  • @icoderdev
    @icoderdev Рік тому +5

    Please extend it ❤

  • @kamalyogi915
    @kamalyogi915 Рік тому +1

    Added the forgot password functionality and toast notf.

    • @wahajrana2161
      @wahajrana2161 Рік тому

      Can you please share your repo link of forget password functionality

  • @muhammadbilalmalik7292
    @muhammadbilalmalik7292 Рік тому

    Hitesh Choozy Nice!!

  • @amarjyotipatra2705
    @amarjyotipatra2705 Рік тому

    Plz make a more complex nextjs project 🎉

  • @NOT_TON_Fan
    @NOT_TON_Fan Рік тому +2

    Please extend it!

  • @rahulshrestha1384
    @rahulshrestha1384 Рік тому +2

    Please extend it

  • @doplerfish
    @doplerfish Рік тому

    Great, thank you!

  • @DeepakAashrmiya
    @DeepakAashrmiya Рік тому

    sure

  • @kartikrajput2131
    @kartikrajput2131 Рік тому

    Oauth bhi add kar do playlist me to sone pe suhaga

  • @malikbhai2285
    @malikbhai2285 Рік тому

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

  • @icoderdev
    @icoderdev Рік тому

  • @palladion_44
    @palladion_44 4 місяці тому

    .

  • @clarify-i4t
    @clarify-i4t Рік тому

    First view...

  • @KaranChauhan-fu6dy
    @KaranChauhan-fu6dy Рік тому +2

    Please extend it

  • @rahulshrestha1384
    @rahulshrestha1384 Рік тому +2

    Please extend it ❤