As we know, HTTP is a stateless protocol where each request is treated as an independent request. For rendering static web page, this could still be fine, but what if the web application needs to track a user across multiple requests.That is where Session and state management came to the picture. The server will authenticate … Continue reading “JWT – JSON Web Token – Introduction”
Continue Reading Nishant Rana’s Article on their blog
JWT – JSON Web Token – Introduction
As we know, HTTP is a stateless protocol where each request is treated as an independent request. For rendering static web page, this could still be fine, but what if the web application needs to track a user across multiple requests.That is where Session and state management came to the picture.
Blog Syndicated with Nishant Rana’s Permission


