How Does JWT Authentication Work? (JSON Web Token) | Tokens vs Sessions

preview_player
Показать описание
In this video you'll learn about how JWT Authentication works, and how token authentication differs from sessions.

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

Amazing content bro, keep at it already a fan and this is the first video I’ve watched.

sydneyidundun
Автор

Absolutely wonderful clarity and quality ❤️

c
Автор

Very concise explanation of JWT tokens, Thanks!

SureshS-fvco
Автор

Such a great explanation! thank you so much.

deanelie
Автор

best explanation on yt, keept the good work my friend

imadhamdiazghough
Автор

awesome! this explanation is the best out there! thanks man! instant subscriber here 🔥

eip
Автор

that's cool, it all make sense right now.
thanks man

hex
Автор

Excellent explanation and very easy to understand..thank you

kirankumarrudraraju
Автор

Excellent explanation. thank you! <3

Parhoom
Автор

I'm deep-diving into JWT to learn it completely. Started watching a lot of videos on it, and this one is VERY good! Need to play it on loop for some time I bet

biokode
Автор

Can I use personal access token(PAT) as refresh token?

momobear
Автор

Hello !
Thank you for the refreshers ! Great video
One question: what do you mean by creating a whitelist for refresh token ? If you use RT rotation, what's whitelisting adding to it ?

TheMudioc
Автор

Why not store JWT in secure httpOnly cookie instead, to prevent XSS on local storage?

mr.random
Автор

you mention that it validation is done using private-key. That seems odd; generally we should be able to verify the signature using the public key, can you please clarify?

tpfjkfp
Автор

I don’t think JWT authentication can work effectively without making some sort of db call with every request. For example to know which tokens have been invalidated when the user signs out

emekarr