Тёмный

User verification email in nextjs 

Hitesh Choudhary
Подписаться 923 тыс.
Просмотров 27 тыс.
50% 1

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

Наука

Опубликовано:

 

30 июн 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 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
@sharathlingam3444 10 месяцев назад
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-yb3yc 2 дня назад
Thanks Sir for Providing this level of Quality Content on RU-vid 🙇🙏🙏
@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
@DeepakAashrmiya 8 месяцев назад
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 11 месяцев назад
thank you so much for the course
@karanbadhwar4113
@karanbadhwar4113 11 месяцев назад
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
@theRealWorldLessonsByTate 2 месяца назад
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
@rovu7260 2 месяца назад
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
@ayukalvieri3154 10 месяцев назад
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 🎉
@rajeevkumar-lx2zj
@rajeevkumar-lx2zj 15 часов назад
implemented the forgot-password functionality.
@chitvangarg9684
@chitvangarg9684 10 месяцев назад
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.
@kartikrajput2131
@kartikrajput2131 Год назад
Oauth bhi add kar do playlist me to sone pe suhaga
@DeepakAashrmiya
@DeepakAashrmiya 8 месяцев назад
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
@techipro4289 9 месяцев назад
if some one know the react and if they watch this video theyll become nextj developer
@user-oz5qu2wj7o
@user-oz5qu2wj7o Год назад
First view...
@yosipipi
@yosipipi 10 месяцев назад
Great, thank you!
@rahulshrestha1384
@rahulshrestha1384 Год назад
Please extend it
@rahulshrestha1384
@rahulshrestha1384 Год назад
Please extend it ❤
Далее
Nextjs Deployment
13:24
Просмотров 14 тыс.
Why this is perfect time to learn AI
14:16
Просмотров 41 тыс.
doing impossible challenges✅❓
00:25
Просмотров 3,5 млн
HTML Basics - Software for Beginners E2
17:18
Nextjs Full stack course
1:04:11
Просмотров 131 тыс.
Llama 3.1 | Meta is leading Open Source AI
14:41
Просмотров 13 тыс.
Set up Google OAuth with Next.js using Next-Auth!
21:00
Fetching Data Doesn't Get Better Than This
6:58
Просмотров 98 тыс.
Choose a phone for your mom
0:20
Просмотров 7 млн