No video

JWT Authentication Masterclass: Access & Refresh Tokens | Secure Your MERN Stack App

  Рет қаралды 20,551

Code With Yousaf

Code With Yousaf

8 ай бұрын

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

Пікірлер: 43
@user-xm2ks3vd1b
@user-xm2ks3vd1b 8 ай бұрын
Big thanks for you brother. You the only one guy I found that teach the these kind of concepts one by one clearly 😉
@dobingify3130
@dobingify3130 7 ай бұрын
This is straight forward class. I understand jwt easily because of this video. Thank you!!
@AshishRaj04
@AshishRaj04 7 ай бұрын
What a masterpiece of a tutorial . Keep uploading such type of videos . The error hunting at the end was pure gem . Thanks a lot .
@AshishRaj04
@AshishRaj04 7 ай бұрын
but where is the code ?
@kranthikumar5215
@kranthikumar5215 Ай бұрын
Waaaaaaaaaaa,,,,You are true youtuber with crystal clear explanation 👌 bhai ❤️ u lot .....N god bless u bro.....for teaching us!!!🎉
@godismyway7305
@godismyway7305 4 ай бұрын
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!
@nocheatmsmurf6702
@nocheatmsmurf6702 8 ай бұрын
welcome Yousaf
@tuhaniatech
@tuhaniatech 28 күн бұрын
you are doing very WELL sir,
@rajadurai7336
@rajadurai7336 3 ай бұрын
Thank you so much for this tutorial brother 😀
@mindcreativestudios4709
@mindcreativestudios4709 3 ай бұрын
A million thanks for this video, so helpful!!!
@ramasamymuthukumar6959
@ramasamymuthukumar6959 Ай бұрын
excellent job bro...
@Coder856
@Coder856 8 ай бұрын
Wow superb brooo
@adi4178
@adi4178 5 ай бұрын
I am using the fetch method i am unable to store cookie please help me
@codewithyousaf
@codewithyousaf 5 ай бұрын
fetch( 'url', { credentials: 'include' } )
@nenothespider
@nenothespider 3 ай бұрын
I like your videos Yousaf, Thanks!👍👍👍👍👍🤝🤝🤝🤝🤜🤛
@abuasim1000
@abuasim1000 5 ай бұрын
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.
@yadhavan193
@yadhavan193 4 ай бұрын
Thank u so much brotha ❤
@uzochukwuemeka3449
@uzochukwuemeka3449 28 күн бұрын
Thanks so much 😊😊
@Amad214
@Amad214 7 ай бұрын
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
@codewithyousaf
@codewithyousaf 7 ай бұрын
you want to add login to the crud app you have created?
@edled5939
@edled5939 7 ай бұрын
Can you please post the source code? Its not in the description
@codewithyousaf
@codewithyousaf 7 ай бұрын
click on the link buymeacoofe.com you will get there
@sharan.r
@sharan.r 3 ай бұрын
Great video, I want a logout functionality, how can I implement this?
@codewithyousaf
@codewithyousaf 3 ай бұрын
create a button by pressing btn If token is stored in cookies remove it from cookie ..
@sharan.r
@sharan.r 3 ай бұрын
@@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');
@user-zh1qe1cw8s
@user-zh1qe1cw8s 11 күн бұрын
What is different between access token and refresh token?
@codewithyousaf
@codewithyousaf 9 күн бұрын
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.
@jerichogibsmaralit7103
@jerichogibsmaralit7103 7 ай бұрын
Next Tutorial sir is for Protected Routes for MERN stack
@codewithyousaf
@codewithyousaf 7 ай бұрын
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.
@GamerSpan
@GamerSpan 2 ай бұрын
how to integrate with website
@XIAOMI_corp
@XIAOMI_corp 6 ай бұрын
I can use fetch? Axios is bad
@lyrichives7859
@lyrichives7859 13 күн бұрын
47:46
@user-cu5ju2rj6r
@user-cu5ju2rj6r 5 ай бұрын
Than you sooo much :)) Please provide source code link for the same :))
@kishorrajput368
@kishorrajput368 8 ай бұрын
Sir where are you from??
@ramakrishnameduri3125
@ramakrishnameduri3125 4 ай бұрын
The refresh token is not working
@jayconjudemadrid8987
@jayconjudemadrid8987 3 ай бұрын
Is there a source code for this?
@shivashankarec0567
@shivashankarec0567 2 ай бұрын
38:54
@UserAliyev
@UserAliyev 8 ай бұрын
l am waiting social media app from you please 😀❤️
@Coder856
@Coder856 8 ай бұрын
Yousaf bhaiii agr Apne aik chuta sa video banao na ompass py wo locally kaisy set kar skty haiii
@codewithyousaf
@codewithyousaf 8 ай бұрын
mi ny already banaya hi search in my youtube channel Compass
@codewithyousaf
@codewithyousaf 8 ай бұрын
kzfaq.info/get/bejne/mLKTl7CrqJjOkok.htmlsi=dTvkW9fra7lfxx6G
@aservantofjesuschrist6911
@aservantofjesuschrist6911 8 күн бұрын
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.
@andrews13
@andrews13 4 ай бұрын
41:32
Smart Sigma Kid #funny #sigma #comedy
00:40
CRAZY GREAPA
Рет қаралды 36 МЛН
EVOLUTION OF ICE CREAM 😱 #shorts
00:11
Savage Vlogs
Рет қаралды 14 МЛН
My Cheetos🍕PIZZA #cooking #shorts
00:43
BANKII
Рет қаралды 23 МЛН
Session Vs JWT: The Differences You May Not Know!
7:00
ByteByteGo
Рет қаралды 104 М.
Why is JWT popular?
5:14
ByteByteGo
Рет қаралды 303 М.
The Story of Next.js
12:13
uidotdev
Рет қаралды 563 М.
Auth Does NOT Have To Be Hard
17:13
Web Dev Simplified
Рет қаралды 97 М.
Smart Sigma Kid #funny #sigma #comedy
00:40
CRAZY GREAPA
Рет қаралды 36 МЛН