What is JWT JSON Web Token?
In this post, we will do a brief introduction to what is JWT, or JSON Web Tokens. According to open standard RFC 7519, JWT is “a compact, URL-safe means of representing claims to be transferred between two parties”. The idea behind JWT is that a token can be created by a system, and that token can be verified to be true and unchanged by a 3rd party system. This means the … Continue reading What is JWT JSON Web Token?