User verification email in nextjs

Ғылым және технология

Welcome to a youtube channel dedicated to programming and coding related tutorials. We talk about tech, write code, discuss about cloud and devops. That’s what we do all day, all year. We roll out a lot of series and videos on our channel.
All the learning resources such as code files, documentations, articles and community discussions are available on our website:
chaicode.com/
You can find our discord link, github link etc on the above website.
Twitter/X link: x.com/hiteshdotcom
Discord link: hitesh.ai/discord
Learn React with 10 projects: • Let's learn react from...
Learn Docker: • A practical guide on D...
Learn Kubernetes: • Complete Kubernetes Co...
How does a browser works: • How does a browser wor...
How nodejs works: • How node JS works | En...
Learn Redux-toolkit: • Learn Redux Toolkit in...
Learn NextJS: • Nextjs Full stack course
Learn Typescript: • Why to learn Typescript
Learn Javascript: • Welcome to new JavaScr...
Learn React Native: • React Native Mastery: ...
Learn Zustand: • React state management...
Learn Golang: • How to get started wit...

Пікірлер: 41

  • @arafattai9895
    @arafattai9895 Жыл бұрын

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

  • @vinayprince6267
    @vinayprince6267 Жыл бұрын

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

  • @sharathlingam3444
    @sharathlingam344410 ай бұрын

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

  • @User-yb3yc
    @User-yb3yc3 күн бұрын

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

  • @abdussamad0348
    @abdussamad0348 Жыл бұрын

    Really helpful, Hitesh sir = Super saiyyan

  • @abdussamad0348
    @abdussamad0348 Жыл бұрын

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

  • @atul5033
    @atul5033 Жыл бұрын

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

  • @MittuRohith
    @MittuRohith Жыл бұрын

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

  • @HiteshChoudharydotcom

    @HiteshChoudharydotcom

    Жыл бұрын

    Thank you so much 😀

  • @RicardoSilva-hk2er
    @RicardoSilva-hk2er Жыл бұрын

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

  • @DeepakAashrmiya
    @DeepakAashrmiya8 ай бұрын

    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
    @aakashjyoti860511 ай бұрын

    thank you so much for the course

  • @karanbadhwar4113
    @karanbadhwar411311 ай бұрын

    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

    22 күн бұрын

    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
    @theRealWorldLessonsByTate2 ай бұрын

    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

  • @rovu7260
    @rovu72602 ай бұрын

    Awesome! thank you!

  • @kartikrajput2131
    @kartikrajput2131 Жыл бұрын

    Thank you for your next series

  • @motivationalhub594
    @motivationalhub594 Жыл бұрын

    Love from uttarakhand haridwar ❤

  • @digantakrdas8258
    @digantakrdas8258 Жыл бұрын

    Please cover "Refresh Token" topic

  • @rajbongshi2002
    @rajbongshi2002 Жыл бұрын

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

  • @asmanali4563
    @asmanali4563 Жыл бұрын

    Bro May Allah bless you witu lot of knowledge 🙏

  • @muhammadbilalmalik7292
    @muhammadbilalmalik7292 Жыл бұрын

    Hitesh Choozy Nice!!

  • @ayukalvieri3154
    @ayukalvieri315410 ай бұрын

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

  • @KaranChauhan-fu6dy
    @KaranChauhan-fu6dy Жыл бұрын

    Please extend it

  • @NOT_TON_Fan
    @NOT_TON_Fan Жыл бұрын

    Please extend it!

  • @icoderdev
    @icoderdev Жыл бұрын

    Please extend it ❤

  • @amarjyotipatra2705
    @amarjyotipatra2705 Жыл бұрын

    Plz make a more complex nextjs project 🎉

  • @chitvangarg9684
    @chitvangarg968410 ай бұрын

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

  • @franksiyli

    @franksiyli

    8 ай бұрын

    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.

  • @rajeevkumar-lx2zj
    @rajeevkumar-lx2zj20 сағат бұрын

    implemented the forgot-password functionality.

  • @kartikrajput2131
    @kartikrajput2131 Жыл бұрын

    Oauth bhi add kar do playlist me to sone pe suhaga

  • @DeepakAashrmiya
    @DeepakAashrmiya8 ай бұрын

    sure

  • @kamalyogi915
    @kamalyogi915 Жыл бұрын

    Added the forgot password functionality and toast notf.

  • @wahajrana2161

    @wahajrana2161

    Жыл бұрын

    Can you please share your repo link of forget password functionality

  • @icoderdev
    @icoderdev Жыл бұрын

  • @malikbhai2285
    @malikbhai2285 Жыл бұрын

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

  • @techipro4289
    @techipro42899 ай бұрын

    if some one know the react and if they watch this video theyll become nextj developer

  • @user-oz5qu2wj7o
    @user-oz5qu2wj7o Жыл бұрын

    First view...

  • @yosipipi
    @yosipipi10 ай бұрын

    Great, thank you!

  • @rahulshrestha1384
    @rahulshrestha1384 Жыл бұрын

    Please extend it

  • @rahulshrestha1384
    @rahulshrestha1384 Жыл бұрын

    Please extend it ❤

Келесі