JWT (JSON web token) has become more and more popular in web development. It is an open standard which allows transmitting data between parties as a JSON object in a secure and compact way . The data transmitting using JWT between parties are digitally signed so that it can be easily verified and trusted.