JWT Authentication Masterclass: Access & Refresh Tokens | Secure Your MERN Stack App
Вставка
- Опубліковано 25 гру 2024
- Learn JWT Authentication from scratch! This video explains JSON Web Tokens (JWTs) and how to use them for secure user authentication and authorization in your MERN stack (MongoDB, Express, React, Node.js) applications. Master Access and Refresh token functionalities to enhance user experience and security.
Source Code:
Support Me:
www.buymeacoff...
#JWTAthentication #MERNstack #Accesstoken #Refreshtoken #Userauthentication #Authorization #SecureMERNstack #JWTTutorial #MERNsecurity
What a masterpiece of a tutorial . Keep uploading such type of videos . The error hunting at the end was pure gem . Thanks a lot .
but where is the code ?
Big thanks for you brother. You the only one guy I found that teach the these kind of concepts one by one clearly 😉
This is straight forward class. I understand jwt easily because of this video. Thank you!!
Waaaaaaaaaaa,,,,You are true youtuber with crystal clear explanation 👌 bhai ❤️ u lot .....N god bless u bro.....for teaching us!!!🎉
Thank you yousaf :) thanks a lot i was stuck with from past 2 days now i am clear about this and i got
you are doing very WELL sir,
welcome Yousaf
A million thanks for this video, so helpful!!!
Thank you so much for this tutorial brother 😀
excellent job bro...
Wow superb brooo
Thank you!
I like your videos Yousaf, Thanks!👍👍👍👍👍🤝🤝🤝🤝🤜🤛
Thanks sir.
Thank u so much brotha ❤
Bro you have good knowledge but your method is very confusing because you don't stop one task to finish. You must finish first the backend part to confirm the backend logics are working fine. Then proceed to the frontend. Otherwise your visitor will keep navigating from one task to another, and, in the end he will get frustrated and give up.
Great video, I want a logout functionality, how can I implement this?
create a button by pressing btn If token is stored in cookies remove it from cookie ..
@@codewithyousaf I tried this in my logout route but it doesnt seem to remove the cookies for some reason:
res.cookie('refreshToken', '', { maxAge: 0, httpOnly: true, secure: true });
res.clearCookie('accessToken');
Thanks so much 😊😊
how does the secure:true works for you and sets the refreshToken in the cookies? mine needs to be in false in order to work
I am using the fetch method i am unable to store cookie please help me
fetch(
'url',
{ credentials: 'include' }
)
My honest opnion, I have seen a lot of videos regarding JWT , yours is the most clear and helpful video. Even when you find error in your code and you didn't cut that part so that we can learn how to debug errors. Subscribed brother!
Thanks!
Can you please post the source code? Its not in the description
click on the link buymeacoofe.com you will get there
Bro, I get "Cannot set headers after they are sent to the client" this error😢
And after login, it's not redirecte to dashboard page
Great
Sir where are you from??
Next Tutorial sir is for Protected Routes for MERN stack
I have video on that you can searcch in my channel.
also you can find employee management system on my channel where I implemented.
tomorrow I will upload a project you can watch that.
please help me i made crud system node js react and mongodb and i dont how that crud added them login form pls help me and its asseynment from my university pls help me
you want to add login to the crud app you have created?
thanks
I can use fetch? Axios is bad
What is different between access token and refresh token?
An access token is a short-lived token used to authenticate and authorize requests to protected resources. A refresh token, on the other hand, is a long-lived token used to obtain a new access token once the current access token expires, without requiring the user to re-authenticate.
Than you sooo much :))
Please provide source code link for the same :))
Is there a source code for this?
how to integrate with website
The refresh token is not working
47:46
l am waiting social media app from you please 😀❤️
41:32
Yousaf bhaiii agr Apne aik chuta sa video banao na ompass py wo locally kaisy set kar skty haiii
mi ny already banaya hi search in my youtube channel Compass
ua-cam.com/video/bLcdMzC2jbU/v-deo.htmlsi=dTvkW9fra7lfxx6G
For what shall it profit a man, if he shall gain the whole world, and lose his own soul? Or what shall a man give in exchange for his soul?
Whosoever believeth in Jesus Christ should not perish, but have everlasting life.
Please come to Jesus Christ, He loves you.
38:54