What is JWT ? JSON Web Token Explained - YouTube

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

What is JSON Web Token, Why is JWT used, Where JWT is used, What is JWT Payload, What is JWT Header.

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

You are saying JWT is only for authorization purpose NOT Authentication..
But JWT can indeed be used for BOTH authentication and authorization, depending on how they are implemented in a system.

Rashedk
Автор

Bohat khub, today I understood the depth work of JWT, ❤
But the only question is, where is Secret key get saved?

A.KArts.
Автор

I think this is the most cleanest explanation of JWT I have seen so far. Thank you so much. I will subscribe your channel now.

sudiptoatutube
Автор

first one explain the flow very well 👌

ya_
Автор

Bahut dhanyawad bhaiya! Best explanation!

RAHULYADAV-zrfq
Автор

One of the best explanations.Keep it up

muralidharang
Автор

Hello sir, what do you mean by we use jwt for authorization, not for authentication? i think We use it in both cases .kindly Give a reply please.

sayyedsufiyan
Автор

the server decrypts the secret key and generate than the hash, than the server compares the hash to check if its the same ritght? but than the server still has to store the hashes?

Cutrexxx
Автор

jwt is just specification, what explained above is one of it most famous implementation that is JWS.

abhaysoni
Автор

Hello sir, consider this case, there should be a data connection between a Flipkart seller and a third-party network which wants to fetch the seller's data. Hw tokens work here please reply asap

lakshminarayananks
Автор

I am confused with your "Authorization..." Are you sure that JWT is used for Authentication?

Can you explain it in on another video?

dsosys
Автор

Bro where will the servers get the secret key from? At least that will have to be saved in a central database storage somewhere right?

adityadubey
Автор

First please learn what is Authentication and Authorization

jesselingard