What are JWT(Json Web Tokens)?
What are JWT(Json Web Tokens)?
Pronounced as jot(JWT)
It is a means of transferring information between parties using JSON object.
It consist of three parts separated by dot(.)
Header.payload.signature
like xxxx.yyyy.zzzz
a typical JWT look like...
jatinrawat.hashnode.dev1 min read