Commit dc780e48 authored by Dantesh Pallapothu's avatar Dantesh Pallapothu

Add README.md

parent fca7afd0
A JSON web token(JWT) is JSON Object which is used to securely transfer information over the web(between two parties).
It can be used for an authentication system and can also be used for information exchange.The token is mainly composed of header, payload, signature.
These three parts are separated by dots(.).
JWT defines the structure of information we are sending from one party to the another, and it comes in two forms – Serialized, Deserialized.
The Serialized approach is mainly used to transfer the data through the network with each request and response.
While the deserialized approach is used to read and write data to the web token.
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment