Everything you need to know about JWT | What is JSON Web Token?

preview_player
Показать описание

Timestamps
0:00 Teaser
0:29 Video Starts
0:48 Giveaway Alert!
1:07 How Standard Cookies works?
2:58 How JSON Web Token works?
6:27 JWT String
9:46 Conclusion
11:27 Outro

👉 Checkout codedamn on social:

If you found the video valuable, please leave a like and subscribe ❤️ It helps the channel grow and helps me pumping out more such content.

👋 About Me:
Hey! I'm Mehul Mohan, a CSE'21 graduate from BITS Pilani, Goa. I started coding early in life, at the age of 13 when I created my first blog on Blogger. I am listed in Google, Microsoft, Sony, eSet, etc. Hall of Fame for reporting vulnerabilities in their systems.

🍎 I am Apple's WWDC'19 Scholar - visited San Francisco and attended WWDC.

🚀 Currently working on my own startup - codedamn.

Connect with me:

🏷 Video Tags:
JWT Explained | What is JSON Web Token? | JWT Authentication Explained
JWT Explained: Everything You Need To Know About JSON Web Token
What is JWT
JWT Tutorial
how does jwt work
jwt authentication
jwt auth
jwt authorization
json web token explained
using jwt for authentication
how to use jwt

Рекомендации по теме
Комментарии
Автор

I've subscribed to your channel a long ago, but haven't watched many videos. Just got your videos back on recommendation and man I'm seriously binge-watching your recent videos. You've improved a lot. Congrats in advance for your long successful journey!

SanthoshM
Автор

Had a bit overview of JWT but after watching it was so clear and perfect. All the videos I watched so far are so helpful. Thanks for the amazing content 🙂🙂

velpurilavanya
Автор

why am i loving this channel too seriously.. This guy is giving great content to community.

laxmangiri
Автор

Never understood JWT before watching this video, great work Mehul bhai!🔥

deveshb
Автор

great comparison and great learning how JWT really works. Learned a new thing as well, how to generate random strong password key :) Thanks

noelfrancisco
Автор

Really helpful for those who are learning nodejs.. thankyou 💞

jayasree
Автор

Great explanation brother I watch every single video🎥 and I got so much knowledge of all these things as a software developer.
I am loving ❤️it.
I love your content brother.
Keep
Lot's of love to

Abhishekvlogs
Автор

Loving these videos with theoretical detail. Just explain one of my colleague the nextjs video. He was definitely impressed

chiragsainii
Автор

Thankyou thankyou 🔥
Actually am looking for this type video 😁👍🏻 in node.js learning journey 🔥
And please after this make APIs like registration, login, logout functionality in detail for authentication 💖

gauravbathla
Автор

Good on the spot video.
By the way, your video subtitle is auto-generating in Portuguese.

UnknownUser-udes
Автор

Thank you so much for this, your videos are really awesome with great video quality and content too.
With help of your videos now I am able to build web projects.
Thanks a lot!!

Sonu-tgtg
Автор

Great Videos.. Can you make a videos on how can we manage secret keys when working with Lambdas...

kaushalendrapandey
Автор

constructive feedback: not sure what the first 30 sec of the video with a "intro" from a random out of content portion of the topic helps (or delays) vs actually starting the content of the video.. (unless you are actually trying to reach the 10min mark with some random filler) cheers!

cesarp
Автор

This is great. Can you please make a video comparing different authentications and discussing their pros and cons like API Keys vs OAuth Tokens vs JSON Web Tokens? thanks

chiragmadaan
Автор

Great Video on the topic...
Just Loved it....

Thank You so much :) :)

KrishnenduKDG
Автор

1 2 3 4 Mehul you are that person we all had in our college who can explain the topic to friend easily. just like i was in my college but for me you are that guy :)

kaushalkumar
Автор

Great video as always! Could you make a video where you talk about JWT vulnerabilities and how to avoid them? Loi liang yang has recently published some interesting videos that make me doubt

Simone-ftcg
Автор

Well for me the problem with JWT is that it can not be stored/saved securely on client side. Basically you store it in the localstorage which is readable by javascript and if you get that token you can easily be logged in.
Compared to sessions for example where you have http-only cookie and you can't get access to it with javacript.

Saruman_Kaz
Автор

JWT is fine but I would like WebAuthen to be a standard, in built browser based can use JWT if we want or not

VKD
Автор

nice, i have a doubt, 1) since the token is just a BAse64 encoded value of our payload, hackers can see that data right they also can decode and see right? so is this secure?
2) i understand that signature is a combination of Data+Secret key if any thing is changed sign will be changed then owner will know
but my question is only only attacker can easily see after decoding right?

manideepkumar