Register and login a user with JWT token
HTML-код
- Опубликовано: 4 ноя 2024
- 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/hiteshdo...
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...
best best best explanation on the topic its 2:30 am in the midnight and still getting everything you're teaching
Ctrl + Tab - move forward in browser @1:39
Ctrl + Sh + Tab - Move Backward
a small contribution in this video 😄
Thanks, need to drill it in muscle memory
Great explanation... I really love to learn from your videos... Sir can you please make a content on Nestjs😊
Ekdam easily understand sir ...
I don't use cookie-parser I use just a method of 5-6 of code which provided by django docs. And it's sufficient 😅.
How do you handle security ?then ? what if someone stoles your token ?
@@GoutamReddydazz it is in cookie
@@GoutamReddydazz encode it with base64 or SHA256
@@pixiedev so you are saying by doing those we can secure application from CSRF
Sir again iam here to learn authentication
I dont know why but where the token is stored is not much clear, and if we store the token in authorization header then do we store when user visits our website??
i dont think anyone can explain better than this
Pls , do more videos on this sir
some how difficult to understand JWT
Sir, completed HTML CSS, JAVASCRIPT, REACTJS,MERN STACK COURSE all by you but as I'm a fresher and don't have a btech degree,how do i find a job? Cause most ppl won't give a chance to a non btech fresher. So any tips on what I should do next and how do i get my first job and gain experience ?
I hope you must have got by now.
If not create some good project which solved real life problem and bring some user to use that...
Sir, can't we just use passport for this
hitesh where is your seccond part video
I am facing one problem the cookie is stored if I make request using postman but in browser it's not getting stored in cookies
janii masla solve hoa?
I am facing same issue
Thanks
Thankyou 🙏, Great explanation
here's the shortcut : (ctrl + tab) to switch tabs
USE Ctrl + Tab to Switch to a Tab
USE Ctrl + Shift + Tab to Switch back to the Tab Sir ...
have a doubt..... does user.token=token won't store token into the DB ?
No, It will not
Best video every I have seen 😊
Can I take data from my React form into my personal gmail id without using any librariies like email.js elastic email etc.
ctrl +tab - move to forward tab.
ctrl+shft+tab - move to backward tab.
Thank you sir ❤️
where is source code?
Excellent👍 thank you
is it important to create jwt token both time while we are registering and login? is this create different token both time ?
yes! it create or overwrite the new one if you save the user.token = jwt made while log in
thanks
chai and code
🙏🙏❤❤
✅👍🏻❤
😅😂
Use argon2 which is better than bcryptjs for modern world