What Are Json Web Tokens
JSON has become the de facto format for data exchange today and almost every public API seems to be using data in JSON format.
I have been dealing with JWT (JSON web tokens) for quite some time and I see a lot of people trying to use them as a replacement for sessions and cookies. But on doing some extensive research, I ended up…